OpenVDB  2.0.0
Classes | Namespaces
Filter.h File Reference

Filtering of VDB volumes. Note that only the values in the grid are changed, not its topology! More...

#include <tbb/parallel_reduce.h>
#include <tbb/parallel_for.h>
#include <boost/bind.hpp>
#include <boost/function.hpp>
#include <boost/scoped_ptr.hpp>
#include <openvdb/Types.h>
#include <openvdb/math/Math.h>
#include <openvdb/math/Stencils.h>
#include <openvdb/math/Transform.h>
#include <openvdb/tree/LeafManager.h>
#include <openvdb/util/NullInterrupter.h>
#include <openvdb/Grid.h>

Go to the source code of this file.

Classes

class  Filter< GridT, InterruptT >
 Filtering of VDB volumes. More...
 

Namespaces

 openvdb
 
 openvdb::v2_0_0
 
 openvdb::v2_0_0::tools
 

Detailed Description

Filtering of VDB volumes. Note that only the values in the grid are changed, not its topology!

Author
Ken Museth