Thin wrapper class for a velocity grid. More...
#include <openvdb/tools/VelocityFields.h>
Public Types | |
typedef VelGridT::ValueType | VectorType |
typedef VectorType::ValueType | ValueType |
Public Member Functions | |
DiscreteField (const VelGridT &vel) | |
DiscreteField (const DiscreteField &other) | |
Copy constructor. | |
const math::Transform & | transform () const |
VectorType | operator() (const Vec3d &xyz, ValueType) const |
VectorType | operator() (const Coord &ijk, ValueType) const |
Thin wrapper class for a velocity grid.
typedef VectorType::ValueType ValueType |
typedef VelGridT::ValueType VectorType |
|
inline |
|
inline |
Copy constructor.
|
inline |
|
inline |
|
inline |