Uses of Class
com.openinventor.inventor.fields.SoSFFilePathString
-
Packages that use SoSFFilePathString Package Description com.openinventor.imageviz.nodes.images Data conversion conventions in ImageViz com.openinventor.inventor.nodes com.openinventor.inventor.viewercomponents.nodes Viewer components nodes independent from graphical user interface.com.openinventor.ldm.nodes com.openinventor.medical.nodes Provides some nodes and helper classes specifically created to facilitate implementation of medical applications. -
-
Uses of SoSFFilePathString in com.openinventor.imageviz.nodes.images
Fields in com.openinventor.imageviz.nodes.images declared as SoSFFilePathString Modifier and Type Field Description SoSFFilePathString
SoFileDataAdapter. fileName
Data filename to get data from. -
Uses of SoSFFilePathString in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes declared as SoSFFilePathString Modifier and Type Field Description SoSFFilePathString
SoExtTexture2. filename
Names file from which to read texture image.SoSFFilePathString
SoImage. filename
Names file from which to read image.SoSFFilePathString
SoImageBackground. filename
Names file from which to read texture image.SoSFFilePathString
SoTexture2. filename
Name of the file from which to read texture image.SoSFFilePathString
SoFile. name
Name of file from which to read children.SoSFFilePathString
SoWWWAnchor. name
URL which the application will be called back to fetch when this node is activated by a left mouse click (e.g., "http://www.openinventor.com/").SoSFFilePathString
SoWWWInline. name
Specifies the URL which the application should fetch as child data to this node (e.g.SoSFFilePathString
SoShaderObject. sourceProgram
Contains the shader object's source program, specified by a filename (sourceType
set toFILENAME
) or by the string containing the program (sourceType
set toARB_PROGRAM
,CG_PROGRAM
, orGLSL_PROGRAM
). -
Uses of SoSFFilePathString in com.openinventor.inventor.viewercomponents.nodes
Fields in com.openinventor.inventor.viewercomponents.nodes declared as SoSFFilePathString Modifier and Type Field Description SoSFFilePathString
SoViewingCube. faceNegX
Texture to customize the face's appearance which has a "Left" label by default.SoSFFilePathString
SoViewingCube. faceNegY
Texture to customize the face's appearance which has a "Bottom" label by default.SoSFFilePathString
SoViewingCube. faceNegZ
Texture to customize the face's appearance which has a "Back" label by default.SoSFFilePathString
SoViewingCube. facePosX
Texture to customize the face's appearance which has a "Right" label by default.SoSFFilePathString
SoViewingCube. facePosY
Texture to customize the face's appearance which has a "Top" label by default.SoSFFilePathString
SoViewingCube. facePosZ
Texture to customize the face's appearance which has a "Front" label by default. -
Uses of SoSFFilePathString in com.openinventor.ldm.nodes
Fields in com.openinventor.ldm.nodes declared as SoSFFilePathString Modifier and Type Field Description SoSFFilePathString
SoDataSet. fileName
Indicates the file location containing the data set. -
Uses of SoSFFilePathString in com.openinventor.medical.nodes
Fields in com.openinventor.medical.nodes declared as SoSFFilePathString Modifier and Type Field Description SoSFFilePathString
DicomInfo. fileName
Path to the DICOM file used to extract DICOM info.
-