SoCpuBufferFromVolumeReader Constructor |
Constructor with dataset and tile Id as parameter.
Namespace: OIV.LDM.TilesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoCpuBufferFromVolumeReader(
SoDataSet dataset,
SoLDMTileID tileId
)
Public Sub New (
dataset As SoDataSet,
tileId As SoLDMTileID
)
public:
SoCpuBufferFromVolumeReader(
SoDataSet^ dataset,
SoLDMTileID tileId
)
new :
dataset : SoDataSet *
tileId : SoLDMTileID -> SoCpuBufferFromVolumeReader
Parameters
- dataset
- Type: OIV.LDM.NodesSoDataSet
pointer to dataset associated with buffer
- tileId
- Type: OIV.LDMSoLDMTileID
tileId representing the tile the buffer will store
Remarks See Also