Click or drag to resize
SoLDMWriter Methods

The SoLDMWriter type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFinish
Calls Finish(true).
Public methodFinish(Boolean)

Finishes writing the LDM file and optionally invokes the converter to generate the lower resolution tiles.

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize(String, SoDataSet) Obsolete.
Calls Initialize(filename, inputVolData, System.Int32(0), (cli.array<System.String^>^)nullptr).
Public methodInitialize(String, SoDataSet, SoConverterParameters)

Initializes the writer to build a volume with the same dimensions, size and data type as inputVolData .

Public methodInitialize(String, SoDataSet, Int32) Obsolete.
Calls Initialize(filename, inputVolData, argc, (cli.array<System.String^>^)nullptr).
Public methodInitialize(String, SbBox3f, SbVec3i32, SoDataSetDataTypes) Obsolete.
Calls Initialize(filename, size, dimension, dataType, System.Int32(0), (cli.array<System.String^>^)nullptr).
Public methodInitialize(String, SoDataSet, Int32, String) Obsolete.
Public methodInitialize(String, SbBox3f, SbVec3i32, SoDataSetDataTypes, SoConverterParameters)

Initializes the writer to build a volume filename with the specified dimensions, size and data type.

Public methodInitialize(String, SbBox3f, SbVec3i32, SoDataSetDataTypes, Int32) Obsolete.
Calls Initialize(filename, size, dimension, dataType, argc, (cli.array<System.String^>^)nullptr).
Public methodInitialize(String, SbBox3f, SbVec3i32, SoDataSetDataTypes, Int32, String) Obsolete.

Initializes the writer to build a volume filename with the specified dimensions, size and data type.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWriteSubVolume(SbBox3i32, SoBufferObject)
Calls WriteSubVolume(subVolume, data, true, true).
Public methodWriteSubVolume(SbBox3i32, SoBufferObject, Boolean)
Calls WriteSubVolume(subVolume, data, doLowerResolution, true).
Public methodWriteSubVolume(SbBox3i32, SoBufferObject, Boolean, Boolean)

Writes the data contained in the specified subVolume into the LDM file.

Public methodWriteTile(SbVec3i32, SoBufferObject)
Calls WriteTile(location, data, System.Int32(0)).
Public methodWriteTile(SoLDMTileID, SoBufferObject)

Writes the specified tile tileID into the LDM file.

Public methodWriteTile(SbVec3i32, SoBufferObject, Int32)

Writes the tile which includes location in data coordinates, at the specified resolution level, into the LDM file.

Top
See Also