Uses of Class
com.openinventor.volumeviz.nodes.SoVolumeData.SubMethods
-
Packages that use SoVolumeData.SubMethods Package Description com.openinventor.volumeviz.nodes -
-
Uses of SoVolumeData.SubMethods in com.openinventor.volumeviz.nodes
Methods in com.openinventor.volumeviz.nodes that return SoVolumeData.SubMethods Modifier and Type Method Description static SoVolumeData.SubMethods
SoVolumeData.SubMethods. valueOf(int val)
Deprecated.Returns the enum constant of this type with the specified integer valuestatic SoVolumeData.SubMethods
SoVolumeData.SubMethods. valueOf(java.lang.String name)
Deprecated.Returns the enum constant of this type with the specified name.static SoVolumeData.SubMethods[]
SoVolumeData.SubMethods. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.volumeviz.nodes with parameters of type SoVolumeData.SubMethods Modifier and Type Method Description SoVolumeData
SoVolumeData. reSampling(SbVec3i32 dimension, SoVolumeData.SubMethods subMethod)
Deprecated.SoVolumeData
SoVolumeData. reSampling(SbVec3i32 dimension, SoVolumeData.SubMethods subMethod, SoVolumeData.OverMethods name_25657)
Deprecated.As of Open Inventor 9000.
-