#include <PointAdvect.h>
§ ClosestPointProjectorType
§ GridType
§ LocationType
§ PointListType
§ VelocityIntegratorType
§ ConstrainedPointAdvect() [1/2]
§ ConstrainedPointAdvect() [2/2]
§ ~ConstrainedPointAdvect()
§ advect()
void advect |
( |
PointListT & |
points, |
|
|
float |
dt, |
|
|
unsigned int |
advIterations = 1 |
|
) |
| |
|
inline |
Constrained Advection a list of points over a time = dt * advIterations.
§ getThreaded()
§ operator()()
void operator() |
( |
const tbb::blocked_range< size_t > & |
range | ) |
const |
|
inline |
Never call this method directly - it is use by TBB and has to be public!
§ setConstraintIterations()
void setConstraintIterations |
( |
unsigned int |
cptIter | ) |
|
|
inline |
§ setIntegrationOrder()
void setIntegrationOrder |
( |
unsigned int |
order | ) |
|
|
inline |
§ setThreaded()
void setThreaded |
( |
bool |
threaded | ) |
|
|
inline |
The documentation for this class was generated from the following file: