OpenVDB
9.0.1
|
Scalar extent op to evaluate the min/max values of a single integral or floating point attribute type. More...
#include <openvdb/points/PointStatistics.h>
Public Types | |
using | ExtentT = std::pair< ValueT, ValueT > |
Public Member Functions | |
ScalarMinMax (const ValueT &init) | |
ScalarMinMax (const ExtentT &init) | |
void | operator() (const ValueT &b) |
void | operator() (const ExtentT &b) |
const ExtentT & | get () const |
Public Attributes | |
ExtentT | mMinMax |
Scalar extent op to evaluate the min/max values of a single integral or floating point attribute type.
using ExtentT = std::pair<ValueT, ValueT> |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
ExtentT mMinMax |