Uses of Class
com.openinventor.ldm.nodes.SoDataSet.DataTypes
-
Packages that use SoDataSet.DataTypes Package Description com.openinventor.ldm.converters com.openinventor.ldm.nodes com.openinventor.ldm.readers com.openinventor.ldm.writers com.openinventor.volumeviz.readers -
-
Uses of SoDataSet.DataTypes in com.openinventor.ldm.converters
Methods in com.openinventor.ldm.converters that return SoDataSet.DataTypes Modifier and Type Method Description SoDataSet.DataTypes
SoConverterParameters. getOutputDataFormat()
Returns the output data format.Methods in com.openinventor.ldm.converters with parameters of type SoDataSet.DataTypes Modifier and Type Method Description int
SoLDMWriter. initialize(java.lang.String filename, SbBox3f size, SbVec3i32 dimension, SoDataSet.DataTypes dataType)
Deprecated.int
SoLDMWriter. initialize(java.lang.String filename, SbBox3f size, SbVec3i32 dimension, SoDataSet.DataTypes dataType, int argc)
Deprecated.int
SoLDMWriter. initialize(java.lang.String filename, SbBox3f size, SbVec3i32 dimension, SoDataSet.DataTypes dataType, int argc, java.lang.String[] argv)
Deprecated.As of Open Inventor 9.0.0.0.int
SoLDMWriter. initialize(java.lang.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.DataTypes Modifier and Type Method Description SoDataSet.DataTypes
SoDataSet. 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
SoDataSet.DataTypes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoDataSet.DataTypes[]
SoDataSet.DataTypes. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.ldm.nodes with parameters of type SoDataSet.DataTypes Modifier and Type Method Description static 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.DataTypes Modifier and Type Field Description SoDataSet.DataTypes
SoVolumeReader.DataInfo. type
Methods in com.openinventor.ldm.readers with parameters of type SoDataSet.DataTypes Modifier and Type Method Description boolean
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.DataTypes Modifier and Type Field Description 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.DataTypes Modifier and Type Method Description void
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.
-