SoVolumeTransformGetTransformedMinMax Method |
Based on min max of the input data, this function should return the expected data range of the result (transformed) data.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public virtual void GetTransformedMinMax(
out double min,
out double max
)
Public Overridable Sub GetTransformedMinMax (
<OutAttribute> ByRef min As Double,
<OutAttribute> ByRef max As Double
)
public:
virtual void GetTransformedMinMax(
[OutAttribute] double% min,
[OutAttribute] double% max
)
abstract GetTransformedMinMax :
min : float byref *
max : float byref -> unit
override GetTransformedMinMax :
min : float byref *
max : float byref -> unit
Parameters
- min
- Type: SystemDouble
- max
- Type: SystemDouble
Remarks See Also