Click or drag to resize
SoVolumeHistogramSet Method (ListInt64, ListDouble)

Set the histogram.

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

Parameters

histo
Type: System.Collections.GenericListInt64
values
Type: System.Collections.GenericListDouble
Remarks

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

See Also