Click or drag to resize
SoVolumeHistogram Properties

The SoVolumeHistogram type exposes the following members.

Properties
  NameDescription
Public propertyHistoSize

Returns the size of the histogram .

Public propertyMax

Returns the max value of the dataset according to the specified data type .

Public propertyMaxValue

Returns the max value of the dataset for integer data types .

Public propertyMaxValueD

Returns the max value of the dataset for floating data types .

Public propertyMin

Returns the max value of the dataset according to the specified data type .

Public propertyMinValue

Returns the min value of the dataset for integer data types .

Public propertyMinValueD

Returns the min value of the dataset for floating data types .

Public propertyNumSignificantBits

Returns the number of significant bits for the dataset, only relevant for integer data types .

Public propertyUndefinedValue

Setup the undefined value to ignore when computing the histogram.

Top
See Also