Click or drag to resize
SoArithmeticComputeMinMax Method (SoCpuBufferObject, SbDataType, SbVec3i32, SbBox3i32, Double, Double)

Compute min max of values contained in the specified range of the buffer.

Namespace: OIV.Inventor.Algorithms
Assembly: OIV.Inventor.Algorithms (in OIV.Inventor.Algorithms.dll) Version: 2024.1.3.0 (2024.1.3)
Syntax
public void ComputeMinMax(
	SoCpuBufferObject inputBuffer,
	SbDataType dataType,
	SbVec3i32 arrayDim,
	SbBox3i32 range,
	out double min,
	out double max
)

Parameters

inputBuffer
Type: OIV.Inventor.DevicesSoCpuBufferObject
dataType
Type: OIV.InventorSbDataType
arrayDim
Type: OIV.InventorSbVec3i32
range
Type: OIV.InventorSbBox3i32
min
Type: SystemDouble
max
Type: SystemDouble
Remarks

Fast version for Cpu buffers.

See Also