Click or drag to resize
SoVolumeDataGetMinMax Method (Int64, Int64)

Returns min and max values of the data set data.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public override bool GetMinMax(
	out long min,
	out long max
)

Parameters

min
Type: SystemInt64
max
Type: SystemInt64

Return Value

Type: Boolean
Remarks

Returns false if the requested data is not available (for example, if no data set exists). NOTE: This method might force LDM to load the entire data set if the volume reader does not respond to the getMinMax query. Normally for an LDM format data set, the min and max values are stored in the LDM header. For a non-LDM data set, if a filename and/or reader have been specified and the data set has not yet been loaded, LDM will load the entire data set to compute the min and max values. For a large data set this may take a long time.

See Also