Uses of Enum Class
com.openinventor.ldm.nodes.SoDataSet.DataTypes
Packages that use SoDataSet.DataTypes
Package
Description
-
Uses of SoDataSet.DataTypes in com.openinventor.ldm.converters
Methods in com.openinventor.ldm.converters that return SoDataSet.DataTypesModifier and TypeMethodDescriptionSoConverterParameters.getOutputDataFormat()
Returns the output data format.Methods in com.openinventor.ldm.converters with parameters of type SoDataSet.DataTypesModifier and TypeMethodDescriptionint
SoLDMWriter.initialize
(String filename, SbBox3f size, SbVec3i32 dimension, SoDataSet.DataTypes dataType) Deprecated.int
SoLDMWriter.initialize
(String filename, SbBox3f size, SbVec3i32 dimension, SoDataSet.DataTypes dataType, int argc) Deprecated.int
SoLDMWriter.initialize
(String filename, SbBox3f size, SbVec3i32 dimension, SoDataSet.DataTypes dataType, int argc, String[] argv) Deprecated.As of Open Inventor 9.0.0.0.int
SoLDMWriter.initialize
(String filename, SbBox3f size, SbVec3i32 dimension, SoDataSet.DataTypes dataType, SoConverterParameters parameters) Initializes the writer to build a volume filename with the specified dimensions, size and data type.boolean
SoConverterParameters.setOutputDataFormat
(SoDataSet.DataTypes dataType) Set the output data format with anSoDataSet.DataType
. -
Uses of SoDataSet.DataTypes in com.openinventor.ldm.nodes
Methods in com.openinventor.ldm.nodes that return SoDataSet.DataTypesModifier and TypeMethodDescriptionSoDataSet.getDataType()
Returns the data type.static SoDataSet.DataTypes
SoDataSet.DataTypes.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoDataSet.DataTypes
Returns the enum constant of this class with the specified name.static SoDataSet.DataTypes[]
SoDataSet.DataTypes.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.ldm.nodes with parameters of type SoDataSet.DataTypesModifier and TypeMethodDescriptionstatic int
SoDataSet.dataSize
(SoDataSet.DataTypes dataType) Returns the number of bytes per voxel of the specified data type.static boolean
SoDataSet.isDataFloat
(SoDataSet.DataTypes dataType) Returns true if the given data type is a float data type.static boolean
SoDataSet.isDataSigned
(SoDataSet.DataTypes dataType) Returns true if the given data type is a signed integer data type. -
Uses of SoDataSet.DataTypes in com.openinventor.ldm.readers
Fields in com.openinventor.ldm.readers declared as SoDataSet.DataTypesMethods in com.openinventor.ldm.readers with parameters of type SoDataSet.DataTypesModifier and TypeMethodDescriptionboolean
SoVolumeReader.setOutputDataType
(boolean doChange, SoDataSet.DataTypes outputType) Sets the output data type. -
Uses of SoDataSet.DataTypes in com.openinventor.ldm.writers
Fields in com.openinventor.ldm.writers with type parameters of type SoDataSet.DataTypesModifier and TypeFieldDescriptionfinal SoSFEnum
<SoDataSet.DataTypes> SoVolumeWriter.dataType
Type of input data (that will be given in the writeXXX method) . -
Uses of SoDataSet.DataTypes in com.openinventor.volumeviz.readers
Methods in com.openinventor.volumeviz.readers with parameters of type SoDataSet.DataTypesModifier and TypeMethodDescriptionvoid
SoVRGenericFileReader.setDataChar
(SbBox3f size, SoDataSet.DataTypes type, SbVec3i32 dim) Calls setDataChar(size, type, dim, (int)0).void
SoVRGenericFileReader.setDataChar
(SbBox3f size, SoDataSet.DataTypes type, SbVec3i32 dim, int headerSize) Since the format is raw data, it is necessary to specify the dimension and data size of the volume.void
SoVRMemoryReader.setProperties
(SbBox3f size, SoDataSet.DataTypes type, SbVec3i32 dim, SoBufferObject internalData, int sigBits) Sets properties of the reader.void
SoVRMemoryReader.setProperties
(SbBox3f size, SoDataSet.DataTypes type, SbVec3i32 dim, SbVec2i32 padding, SoBufferObject internalData, int sigBits) Sets properties of the reader.void
SoVRMemoryReader.setProperties
(SbBox3f size, SoDataSet.DataTypes type, SbVec3s dim, SoBufferObject internalData) Calls setProperties(size, type, dim, internalData, (int)0).void
SoVRMemoryReader.setProperties
(SbBox3f size, SoDataSet.DataTypes type, SbVec3s dim, SoBufferObject internalData, int sigBits) Sets properties of the reader.