OpenVDB
2.3.0
|
#include <PointAdvect.h>
Public Types | |
typedef CptGridT | CptGridType |
typedef CptGridType::ConstAccessor | CptAccessor |
typedef CptGridType::ValueType | CptValueType |
Public Member Functions | |
ClosestPointProjector () | |
ClosestPointProjector (const CptGridType &cptGrid, int n) | |
ClosestPointProjector (const ClosestPointProjector &other) | |
void | setConstraintIterations (unsigned int cptIterations) |
unsigned int | numIterations () |
template<typename LocationType > | |
void | projectToConstraintSurface (LocationType &W) const |
Class that holds a Vec3 grid, to be interpreted as the closest point to a constraint surface. Supports a method to allow a point to be projected onto the closest point on the constraint surface. Uses Caching.
typedef CptGridType::ConstAccessor CptAccessor |
typedef CptGridT CptGridType |
typedef CptGridType::ValueType CptValueType |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |