Click or drag to resize
SoVRLdmFileReaderGetHistogram Method (IListInt64)

Returns the distribution of data values, i.e., the number of voxels per data value.

Namespace: OIV.LDM.Readers
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public override bool GetHistogram(
	IList<long> numVox
)

Parameters

numVox
Type: System.Collections.GenericIListInt64

Return Value

Type: Boolean
Remarks

numVox(0) is the number of voxels with value 0, numVox(1) is the number of voxels with value 1, and so on.

See Also