SoVolumeHistogram Methods |
The SoVolumeHistogram type exposes the following members.
Name | Description | |
---|---|---|
AddValues(SoBufferObject, SbVec3i32) | Add to the histogram a 3D array of values. | |
AddValues(SoBufferObject, Int32) | Add to the histogram a 1D array of values. | |
AddValues(SoBufferObject, SbVec3i32, SbBox3i32) | Add to the histogram the values in the specified range inside the given array. | |
ComputeMinMax | Compute min max. | |
ComputeMinMaxWithUndefined | Compute min max. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
GetHistogram | Returns a 64 bit integer pointer to the histogram data, the size of the histogram array is () . | |
GetHistoSize | Obsolete. Returns the size of the histogram . | |
GetMax | Obsolete. Returns the max value of the dataset according to the specified data type . | |
GetMaxValue | Obsolete. Returns the max value of the dataset for integer data types . | |
GetMaxValueD | Obsolete. Returns the max value of the dataset for floating data types . | |
GetMin | Obsolete. Returns the max value of the dataset according to the specified data type . | |
GetMinValue | Obsolete. Returns the min value of the dataset for integer data types . | |
GetMinValueD | Obsolete. Returns the min value of the dataset for floating data types . | |
GetNumSignificantBits | Obsolete. Returns the number of significant bits for the dataset, only relevant for integer data types . | |
GetNumValues | Returns the histogram value corresponding to the entry. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetUndefinedValue | Obsolete. return the current undefined value. | |
GetValue | Returns the value corresponding to the entry for integer data types. | |
GetValueD | Returns the value corresponding to the entry for floating data types. | |
Set(IListInt64) | Set the histogram. | |
Set(Queue) | Obsolete. Set the histogram. | |
Set(IListInt64, IListDouble) | Set the histogram. | |
Set(Queue, Queue) | Obsolete. Set the histogram. | |
SetInputValueRange | For floating data type, specifies the range the histogram has to be computed in. | |
SetUndefinedValue | Obsolete. Setup the undefined value to ignore when computing the histogram. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |