SoDataSetWriteTile Method |
Write the specified tile using the specified writer.
Namespace: OIV.LDM.Nodes
public virtual void WriteTile( SoLDMTileID tileID, SoBufferObject buffer, SoVolumeWriter writer )
No operations are done on buffer (dataTransform or edition), the buffer is written as is. The writer must be initialized and handles must be properly set (see OIV.LDM.Readers.SoVolumeReader.CloseAllHandles() and OIV.LDM.Writers.SoVolumeWriter.RestoreAllHandles()), ie. the current reader's handles must be closed, and the specified writer's handles must be opened.