#include <PointAdvect.h>
|
using | IntegratorT = openvdb::tools::VelocityIntegrator< VelGridT, Staggered > |
|
|
| AdvectionDeformer (const VelGridT &velocityGrid, const double timeStep, const int steps, const FilterT &filter) |
|
template<typename LeafT > |
void | reset (const LeafT &leaf, size_t) |
|
template<typename IndexIterT > |
void | apply (Vec3d &position, const IndexIterT &iter) const |
|
◆ IntegratorT
using IntegratorT = openvdb::tools::VelocityIntegrator<VelGridT, Staggered> |
◆ AdvectionDeformer()
AdvectionDeformer |
( |
const VelGridT & |
velocityGrid, |
|
|
const double |
timeStep, |
|
|
const int |
steps, |
|
|
const FilterT & |
filter |
|
) |
| |
|
inline |
◆ apply()
void apply |
( |
Vec3d & |
position, |
|
|
const IndexIterT & |
iter |
|
) |
| const |
|
inline |
◆ reset()
void reset |
( |
const LeafT & |
leaf, |
|
|
size_t |
|
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: