Package com.openinventor.inventor.fields
Class SoSFPath
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.inventor.fields.SoField
-
- com.openinventor.inventor.fields.SoSField
-
- com.openinventor.inventor.fields.SoSFPath
-
public class SoSFPath extends SoSField
Field containing anSoPath. This field maintains anSoPathinstance.SoSFPaths are written to file as the path they refer to. See the
SoPathreference page for a description of the file format for a path.SoSFPathis not able to write "per instance" information to a file for instancing nodes likeSoMultipleInstanceandSoMultipleCopy. The path will reference the whole set of instances under the instancing node.
-
-
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 SoSFPath(SoFieldContainer fieldContainer, java.lang.String fieldName, SoField.FieldTypes fieldType, SoPath defaultValue)Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)SoPathgetValue()Returns this field's value.voidsetValue(SoPath newValue)Sets this field to newValue.-
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
-
SoSFPath
public SoSFPath(SoFieldContainer fieldContainer, java.lang.String fieldName, SoField.FieldTypes fieldType, SoPath defaultValue)
Default constructor.
-
-