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

Note: This API is now obsolete.

Returns min and max values of the volume data.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public bool GetMinMax(
	out int min,
	out int max
)

Parameters

min
Type: SystemInt32
max
Type: SystemInt32

Return Value

Type: Boolean
Remarks

Returns false if the requested data is not available (for example, if no data volume exists).

NOTE: This method might force VolumeViz 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, VolumeViz will load the entire data set to compute the min and max values. For a large data set this may take a long time.

Obsoletesince Open Inventor 7000 Please use the int64 or double version.

See Also