OpenVDB
9.0.1
|
Vector component-wise op to evaluate the min/max of vector components and return the result as a vector of equal size and precision. More...
#include <openvdb/points/PointStatistics.h>
Public Types | |
using | ExtentT = std::pair< VecT, VecT > |
Public Member Functions | |
ComponentExtent (const VecT &init) | |
ComponentExtent (const ExtentT &init) | |
const ExtentT & | get () const |
void | operator() (const VecT &b) |
void | operator() (const ExtentT &b) |
Public Attributes | |
ExtentT | mMinMax |
Vector component-wise op to evaluate the min/max of vector components and return the result as a vector of equal size and precision.
using ExtentT = std::pair<VecT, VecT> |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
ExtentT mMinMax |