SoDataSetfileName Property |
Indicates the file location containing the data set.
Namespace: OIV.LDM.Nodes
Default is an empty string. Depending on the file type, the corresponding SoVolumeReader (if it exists) is used.
<TABLE border=1 cellspacing=0 cellpadding=5> <TR><TD valign=_top> <B> File Extension </B> <TD valign=_top> <B> Loader Class </B> <TD valign=_top> <B> Description </B> <TR><TD valign=_top> .am <TD valign=_top> SoVRAmFileReader <TD valign=_top> Amira Mesh file format <TR><TD valign=_top> .dc3, .dic, .dicom <TD valign=_top> SoVRDicomFileReader <TD valign=_top> Dicom file format <TR><TD valign=_top> .fld <TD valign=_top> SoVRAvsFileReader <TD valign=_top> AVS field file format <TR><TD valign=_top> .lda or .ldm <TD valign=_top> SoVRLdmFileReader <TD valign=_top> Large Data Management file format <TR><TD valign=_top> .sgy or .segy <TD valign=_top> SoVRSegyFileReader <TD valign=_top> SEG Y revision 1 file format <TR><TD valign=_top> .vol <TD valign=_top> SoVRVolFileReader <TD valign=_top> Vol file format <TR><TD valign=_top> .vox <TD valign=_top> SoVRVoxFileReader <TD valign=_top> Vox file format <TR><TD valign=_top> .lst <TD valign=_top> SoVRRasterStackReader <TD valign=_top> Lst file format </TABLE>
The filename extension is not case sensitive.
Note: SoDataSet and its derived classes (SoVolumeData, etc) do not search the SoInput directory list to find files specified in this field. To check file existence and other properties the SbFileHelper class may be useful.