HDK
|
Thin wrapper class for a velocity grid. More...
#include <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. More... | |
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.
Definition at line 42 of file VelocityFields.h.
typedef VectorType::ValueType openvdb::OPENVDB_VERSION_NAME::tools::DiscreteField< VelGridT, Interpolator >::ValueType |
Definition at line 46 of file VelocityFields.h.
typedef VelGridT::ValueType openvdb::OPENVDB_VERSION_NAME::tools::DiscreteField< VelGridT, Interpolator >::VectorType |
Definition at line 45 of file VelocityFields.h.
|
inline |
Definition at line 50 of file VelocityFields.h.
|
inline |
Copy constructor.
Definition at line 57 of file VelocityFields.h.
|
inline |
Definition at line 72 of file VelocityFields.h.
|
inline |
Definition at line 81 of file VelocityFields.h.
|
inline |
Definition at line 66 of file VelocityFields.h.