Click or drag to resize
SoLDMTileManagerGetLdmSliceAccessor Method
Return an instance of slice accessor handling the data corresponding to the given volume id. Called when rendering an SoOrthoSlice. When subclassing from the tile manager there is no immediate need to redefine the functions of the slice accessor. VolumeViz already handles the extraction of the buffer from the 3D tile. One can simply use the LDMDefaultSliceAccessor.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public virtual SoLDMTileManagerLDMSliceAccessor GetLdmSliceAccessor(
	SbPair<SoDataSet, int> p
)

Parameters

p
Type: OIV.Inventor.GenericSbPairSoDataSet, Int32

Return Value

Type: SoLDMTileManagerLDMSliceAccessor
See Also