|
class | openvdb::OPENVDB_VERSION_NAME::tools::internal::TileSampler< Sampler, TreeT > |
| A TileSampler wraps a grid sampler of another type (BoxSampler, QuadraticSampler, etc.), and for samples that fall within a given tile of the grid, it returns a cached tile value instead of accessing the grid. More...
|
|
class | openvdb::OPENVDB_VERSION_NAME::tools::internal::TileSampler< PointSampler, TreeT > |
| For point sampling, tree traversal is less expensive than testing bounding box membership. More...
|
|
class | openvdb::OPENVDB_VERSION_NAME::tools::internal::TileSampler< StaggeredPointSampler, TreeT > |
| For point sampling, tree traversal is less expensive than testing bounding box membership. More...
|
|
class | openvdb::OPENVDB_VERSION_NAME::tools::GridResampler |
|
class | openvdb::OPENVDB_VERSION_NAME::tools::GridTransformer |
| A GridTransformer applies a geometric transformation to an input grid using one of several sampling schemes, and stores the result in an output grid. More...
|
|
struct | openvdb::OPENVDB_VERSION_NAME::tools::GridTransformer::MatrixTransform |
|
class | openvdb::OPENVDB_VERSION_NAME::tools::ABTransform |
| This class implements the Transformer functor interface (specifically, the isAffine(), transform() and invTransform() methods) for a transform that maps an A grid into a B grid's index space such that, after resampling, A's index space and transform match B's index space and transform. More...
|
|
|
template<typename Sampler , typename Interrupter , typename GridType > |
void | openvdb::OPENVDB_VERSION_NAME::tools::resampleToMatch (const GridType &inGrid, GridType &outGrid, Interrupter &interrupter) |
| Resample an input grid into an output grid of the same type such that, after resampling, the input and output grids coincide (apart from sampling artifacts), but the output grid's transform is unchanged. More...
|
|
template<typename Sampler , typename GridType > |
void | openvdb::OPENVDB_VERSION_NAME::tools::resampleToMatch (const GridType &inGrid, GridType &outGrid) |
| Resample an input grid into an output grid of the same type such that, after resampling, the input and output grids coincide (apart from sampling artifacts), but the output grid's transform is unchanged. More...
|
|
template<typename T > |
int | openvdb::OPENVDB_VERSION_NAME::tools::local_util::decompose (const math::Mat4< T > &m, math::Vec3< T > &scale, math::Vec3< T > &rotate, math::Vec3< T > &translate) |
| Decompose an affine transform into scale, rotation (XYZ order), and translation components. More...
|
|
template<typename Sampler , typename Interrupter , typename GridType > |
void | openvdb::OPENVDB_VERSION_NAME::tools::doResampleToMatch (const GridType &inGrid, GridType &outGrid, Interrupter &interrupter) |
|
- Author
- Peter Cucka
Definition in file GridTransformer.h.