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.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic virtual SoLDMTileManagerLDMSliceAccessor GetLdmSliceAccessor(
SbPair<SoDataSet, int> p
)
Public Overridable Function GetLdmSliceAccessor (
p As SbPair(Of SoDataSet, Integer)
) As SoLDMTileManagerLDMSliceAccessor
public:
virtual SoLDMTileManagerLDMSliceAccessor^ GetLdmSliceAccessor(
SbPair<SoDataSet^, int>^ p
)
abstract GetLdmSliceAccessor :
p : SbPair<SoDataSet, int> -> SoLDMTileManagerLDMSliceAccessor
override GetLdmSliceAccessor :
p : SbPair<SoDataSet, int> -> SoLDMTileManagerLDMSliceAccessor
Parameters
- p
- Type: OIV.Inventor.GenericSbPairSoDataSet, Int32
Return Value
Type:
SoLDMTileManagerLDMSliceAccessor
See Also