Click or drag to resize
SoVolumeTransformAddInCache Method

Add the transformed data for a specific tile to the cache.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void AddInCache(
	SoLDMTileID tileID,
	SoBufferObject bufferObject
)

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