Click or drag to resize
SoVolumeConverter Class

Class for converting volume data sets into the LDM format.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.LDM.ConvertersSoConverter
      OIV.LDM.ConvertersSoBaseLDMConverter
        OIV.VolumeViz.ConvertersSoVolumeConverter

Namespace: OIV.VolumeViz.Converters
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public class SoVolumeConverter : SoBaseLDMConverter

The SoVolumeConverter type exposes the following members.

Constructors
  NameDescription
Public methodSoVolumeConverter

Constructor.

Top
Methods
  NameDescription
Public methodConvert
Calls Convert((OIV.LDM.Converters.SoConverterParameters ^)nullptr).
(Inherited from SoConverter.)
Public methodConvert(String) Obsolete.

(Inherited from SoConverter.)
Public methodConvert(SoConverterParameters)

Main converter function.

(Inherited from SoConverter.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetReader (Overrides SoBaseLDMConverterGetReader(String, String).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

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.

See Also