SoLDMWriter Methods |
The SoLDMWriter type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finish | Calls Finish(true). | |
Finish(Boolean) | Finishes writing the LDM file and optionally invokes the converter to generate the lower resolution tiles. | |
GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Initialize(String, SoDataSet) | Obsolete. Calls Initialize(filename, inputVolData, System.Int32(0), (cli.array<System.String^>^)nullptr). | |
Initialize(String, SoDataSet, SoConverterParameters) | Initializes the writer to build a volume with the same dimensions, size and data type as inputVolData . | |
Initialize(String, SoDataSet, Int32) | Obsolete. Calls Initialize(filename, inputVolData, argc, (cli.array<System.String^>^)nullptr). | |
Initialize(String, SbBox3f, SbVec3i32, SoDataSetDataTypes) | Obsolete. Calls Initialize(filename, size, dimension, dataType, System.Int32(0), (cli.array<System.String^>^)nullptr). | |
Initialize(String, SoDataSet, Int32, String) | Obsolete. | |
Initialize(String, SbBox3f, SbVec3i32, SoDataSetDataTypes, SoConverterParameters) | Initializes the writer to build a volume filename with the specified dimensions, size and data type. | |
Initialize(String, SbBox3f, SbVec3i32, SoDataSetDataTypes, Int32) | Obsolete. Calls Initialize(filename, size, dimension, dataType, argc, (cli.array<System.String^>^)nullptr). | |
Initialize(String, SbBox3f, SbVec3i32, SoDataSetDataTypes, Int32, String) | Obsolete. Initializes the writer to build a volume filename with the specified dimensions, size and data type. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
WriteSubVolume(SbBox3i32, SoBufferObject) | Calls WriteSubVolume(subVolume, data, true, true). | |
WriteSubVolume(SbBox3i32, SoBufferObject, Boolean) | Calls WriteSubVolume(subVolume, data, doLowerResolution, true). | |
WriteSubVolume(SbBox3i32, SoBufferObject, Boolean, Boolean) | Writes the data contained in the specified subVolume into the LDM file. | |
WriteTile(SbVec3i32, SoBufferObject) | Calls WriteTile(location, data, System.Int32(0)). | |
WriteTile(SoLDMTileID, SoBufferObject) | Writes the specified tile tileID into the LDM file. | |
WriteTile(SbVec3i32, SoBufferObject, Int32) | Writes the tile which includes location in data coordinates, at the specified resolution level, into the LDM file. |