|
HDK
|
#include <openvdb/Types.h>#include <openvdb/math/Mat4.h>#include <openvdb/math/Vec3.h>#include <openvdb/openvdb.h>#include "ValueTransformer.h"#include <type_traits>
Include dependency graph for VectorTransformer.h:Go to the source code of this file.
Classes | |
| struct | openvdb::OPENVDB_VERSION_NAME::tools::HomogeneousMatMul |
| struct | openvdb::OPENVDB_VERSION_NAME::tools::MatMul |
| struct | openvdb::OPENVDB_VERSION_NAME::tools::MatMulNormalize |
Namespaces | |
| openvdb | |
| openvdb::OPENVDB_VERSION_NAME | |
| openvdb::OPENVDB_VERSION_NAME::tools | |
Functions | |
| template<typename GridType > | |
| void | openvdb::OPENVDB_VERSION_NAME::tools::transformVectors (GridType &, const Mat4d &) |
| Apply an affine transform to the voxel values of a vector-valued grid in accordance with the grid's vector type (covariant, contravariant, etc.). More... | |