SoVolumeTransformAddInCache Method |
Add the transformed data for a specific tile to the cache.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void AddInCache(
SoLDMTileID tileID,
SoBufferObject bufferObject
)
Public Sub AddInCache (
tileID As SoLDMTileID,
bufferObject As SoBufferObject
)
public:
void AddInCache(
SoLDMTileID tileID,
SoBufferObject^ bufferObject
)
member AddInCache :
tileID : SoLDMTileID *
bufferObject : SoBufferObject -> unit
Parameters
- tileID
- Type: OIV.LDMSoLDMTileID
- bufferObject
- Type: OIV.Inventor.DevicesSoBufferObject
Remarks
It is not necessary to call this method for the current tile, it will be added to the cache automatically. This method is useful if the apply method computes transformed data for other tiles. These tiles can be saved in the cache to avoid recomputing them later.
See Also