| Package | Description |
|---|---|
| com.openinventor.ldm.converters | |
| com.openinventor.ldm.nodes | |
| com.openinventor.ldm.readers | |
| com.openinventor.ldm.writers | |
| com.openinventor.volumeviz.readers |
| Modifier and Type | Method and Description |
|---|---|
SoDataSet.DataTypes |
SoConverterParameters.getOutputDataFormat()
Returns the output data format.
|
| Modifier and Type | Method and 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 9000 See documentation for more details
|
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 an
SoDataSet.DataType. |
| Modifier and Type | Method and Description |
|---|---|
static SoDataSet.DataTypes |
SoDataSet.DataTypes.fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
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 value
|
static 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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Field and Description |
|---|---|
SoDataSet.DataTypes |
SoVolumeReader.DataInfo.type |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SoVolumeReader.setOutputDataType(boolean doChange,
SoDataSet.DataTypes outputType)
Sets the output data type.
|
| Modifier and Type | Field and Description |
|---|---|
SoSFEnum<SoDataSet.DataTypes> |
SoVolumeWriter.dataType
Type of input data (that will be given in the writeXXX method) .
|
| Modifier and Type | Method and 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,
SbVec2i32 padding,
SoBufferObject internalData,
int sigBits)
Sets properties of the reader.
|
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,
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.
|
Generated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com