OpenVDB
12.0.0
|
#include <openvdb/tools/PointAdvect.h>
Public Types | |
using | CptGridType = CptGridT |
using | CptAccessor = typename CptGridType::ConstAccessor |
using | CptValueType = typename CptGridType::ValueType |
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.
using CptAccessor = typename CptGridType::ConstAccessor |
using CptGridType = CptGridT |
using CptValueType = typename CptGridType::ValueType |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |