SoDataSet Properties |
The SoDataSet type exposes the following members.
Name | Description | |
---|---|---|
allocateResourceOnRender | Indicates if resource allocation is done only on first render traversal or as soon as the node is created. | |
dataSetId | When using multiple OIV.LDM.Nodes.SoDataSet nodes, the OIV.LDM.Nodes.SoDataSet.dataSetId field uniquely identifies each data set used in the compositing. | |
dataTransform | If set to an appropriate OIV.LDM.Nodes.SoLDMDataTransform object, the object's transformFunction method is called after each tile is loaded, but before it is stored in main memory. | |
extent | The real size (extent) of the volume in modeling coordinates. | |
fileName | Indicates the file location containing the data set. | |
IsDisposable | ISafeDisposable interface implementation.
(Inherited from SoDisposable.) | |
LDMDataTransformCallback | Obsolete. If set, the user-defined function is called after each tile is loaded, but before it is stored in main memory. | |
ldmResourceParameters | Contains an OIV.LDM.Nodes.SoLDMResourceParameters object which allows you to set LDM resource parameters. | |
Reader | Returns the current data set reader object. | |
texturePrecision | For scalar (non-RGBA) data, specifies the size of voxel values on the GPU in bits. | |
undefinedValue | Data with this value won't be rendered. | |
useCompressedTexture | Controls use of OpenGL lossy texture compression for RGBA data (if available). | |
UserData |
Gets or sets the user data to be contained by the field container.
(Inherited from SoFieldContainer.) |