OpenVDB  3.0.0
Public Types | Public Member Functions | List of all members
VelocityIntegrator< GridT, StaggeredVelocity > Class Template Reference

Performs runge-kutta time integration of variable order in a static velocity field. More...

#include <PointAdvect.h>

Public Types

typedef GridT::ValueType VecType
 
typedef VecType::ValueType ElementType
 

Public Member Functions

 VelocityIntegrator (const GridT &velGrid)
 
template<int Order, typename LocationType >
void rungeKutta (const float dt, LocationType &loc)
 

Detailed Description

template<typename GridT = Vec3fGrid, bool StaggeredVelocity = false>
class openvdb::v3_0_0::tools::VelocityIntegrator< GridT, StaggeredVelocity >

Performs runge-kutta time integration of variable order in a static velocity field.

Member Typedef Documentation

typedef VecType::ValueType ElementType
typedef GridT::ValueType VecType

Constructor & Destructor Documentation

VelocityIntegrator ( const GridT &  velGrid)
inline

Member Function Documentation

void rungeKutta ( const float  dt,
LocationType &  loc 
)
inline

The documentation for this class was generated from the following file: