SoVolumeReaderGetTileMinMax Method |
Returns the minimum and maximum data values for the given tile.
Used only if data is organized for the LDM module.
It allows to profit of optimizations such as
SoLDMGlobalResourceParameters.setIgnoreFullyTransparentTiles().
Default implementation return new SbVec2d(System.Double.MaxValue, -System.Double.MaxValue))
Namespace: OIV.LDM.ReadersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public virtual SbVec2d GetTileMinMax(
int fileId
)
Public Overridable Function GetTileMinMax (
fileId As Integer
) As SbVec2d
public:
virtual SbVec2d GetTileMinMax(
int fileId
)
abstract GetTileMinMax :
fileId : int -> SbVec2d
override GetTileMinMax :
fileId : int -> SbVec2d
Parameters
- fileId
- Type: SystemInt32
Return Value
Type:
SbVec2dSee Also