Click or drag to resize
SoVolumeHistogramSet Method (IListInt64, IListDouble)

Set the histogram.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void Set(
	IList<long> histo,
	IList<double> values
)

Parameters

histo
Type: System.Collections.GenericIListInt64
values
Type: System.Collections.GenericIListDouble
Remarks

Useful to get back scalar parameters such as min/max values and number of significant bits

See Also