SoVolumeConverter Class |
Class for converting volume data sets into the LDM format.
Namespace: OIV.VolumeViz.Converters
The SoVolumeConverter type exposes the following members.
Name | Description | |
---|---|---|
SoVolumeConverter | Constructor. |
Name | Description | |
---|---|---|
Convert | Calls Convert((OIV.LDM.Converters.SoConverterParameters ^)nullptr). (Inherited from SoConverter.) | |
Convert(String) | Obsolete. (Inherited from SoConverter.) | |
Convert(SoConverterParameters) | Main converter function. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
GetReader | (Overrides SoBaseLDMConverterGetReader(String, String).) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
This class converts existing volume data sets into the LDM (Large Data Management) format.
The LDM converter classes provide many powerful features. Information common to all converter classes is documented in SoConverter, including:
Command line parsing for easy creation of stand-alone converter programs.
Checkpoint and restart for interrupted conversions.
Multiple subsampling algorithms for creating low resolution tiles.
Automatic loading of any supported data format (see SoVolumeData).
Conversion of any data format by providing a custom reader (see SoVolumeReader).
Optional data compression to reduce disk space.
Optional data type conversion, e.g. float to byte.