OpenVDB  11.0.0
Classes | Namespaces
UT_VDBTools.h File Reference

Less commonly-used utility classes and functions for OpenVDB plugins. More...

#include <openvdb/openvdb.h>
#include <openvdb/tools/GridTransformer.h>
#include "Utils.h"

Go to the source code of this file.

Classes

class  GridTransformOp< Sampler >
 GridTransformOp is a functor class for use with GridBase::apply() that samples an input grid into an output grid of the same type through a given affine transform. More...
 
class  GridResampleOp< Sampler, TransformerType >
 GridResampleOp is a functor class for use with UTvdbProcessTypedGrid() that samples an input grid into an output grid of the same type through a given transform. More...
 
class  GridResampleToMatchOp< Sampler >
 GridResampleToMatchOp is a functor class for use with GridBase::apply() that samples an input grid into an output grid of the same type such that, after resampling, the input and output grids coincide, but the output grid's transform is unchanged. More...
 

Namespaces

 openvdb_houdini
 

Detailed Description

Less commonly-used utility classes and functions for OpenVDB plugins.

Author
FX R&D Simulation team