Package com.openinventor.inventor.fields
Class SoSFFilePathString
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.inventor.fields.SoField
-
- com.openinventor.inventor.fields.SoSField
-
- com.openinventor.inventor.fields.SoSFString
-
- com.openinventor.inventor.fields.SoSFFilePathString
-
public class SoSFFilePathString extends SoSFString
Field containing a file path string. A field containing a file path string (sequence of characters).SoSFFilePathString
is equivalent toSoSFString
. Using this type of field provides a way for Open Inventor to do conversion and filtering operations on distributed heterogeneous systems.String
- See Also:
SoField
,SoSField
,SoSFString
,SoMFString
,SoMFFilePathString
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.openinventor.inventor.fields.SoField
SoField.FieldTypes
-
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
-
Field Summary
-
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
-
Constructor Summary
Constructors Constructor Description SoSFFilePathString(SoFieldContainer fieldContainer, java.lang.String fieldName, SoField.FieldTypes fieldType, java.lang.String defaultValue)
Default constructor.
-
Method Summary
-
Methods inherited from class com.openinventor.inventor.fields.SoSFString
equals, getValue, setValue
-
Methods inherited from class com.openinventor.inventor.fields.SoField
appendConnection, appendConnection, connectFrom, connectFrom, disconnect, disconnect, disconnect, enableConnection, get, getConnectedEngine, getConnectedField, getContainer, getNumConnections, getValueSize, isConnected, isConnectedFromEngine, isConnectedFromField, isConnectedFromVRMLInterp, isConnectionEnabled, isDefault, isIgnored, set, setIgnored, touch
-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Constructor Detail
-
SoSFFilePathString
public SoSFFilePathString(SoFieldContainer fieldContainer, java.lang.String fieldName, SoField.FieldTypes fieldType, java.lang.String defaultValue)
Default constructor.
-
-