OpenVDB
9.0.1
|
Vector squared magnitude op to evaluate the min/max of a vector attribute and return the result as a scalar of the appropriate precision. More...
#include <openvdb/points/PointStatistics.h>
Inherits ScalarMinMax< ValueTraits< VecT >::ElementType >.
Public Types | |
using | ElementT = typename ValueTraits< VecT >::ElementType |
using | ExtentT = typename ScalarMinMax< ElementT >::ExtentT |
using | BaseT = ScalarMinMax< ElementT > |
Public Member Functions | |
MagnitudeExtent (const VecT &init) | |
MagnitudeExtent (const ExtentT &init) | |
void | operator() (const VecT &b) |
void | operator() (const ExtentT &b) |
void | operator() (const ValueTraits< VecT >::ElementType &b) |
void | operator() (const ExtentT &b) |
const ExtentT & | get () const |
Public Attributes | |
ExtentT | mMinMax |
Vector squared magnitude op to evaluate the min/max of a vector attribute and return the result as a scalar of the appropriate precision.
using BaseT = ScalarMinMax<ElementT> |
using ElementT = typename ValueTraits<VecT>::ElementType |
using ExtentT = typename ScalarMinMax<ElementT>::ExtentT |
|
inline |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inline |
|
inherited |