OpenVDB  2.3.0
Classes | Namespaces
Filter.h File Reference

Filtering of VDB volumes. Note that only the values in the grid are changed, not its topology! All operations can optionally be masked with another grid that acts as an alpha-mask. More...

#include <tbb/parallel_reduce.h>
#include <tbb/parallel_for.h>
#include <boost/bind.hpp>
#include <boost/function.hpp>
#include <boost/type_traits/is_floating_point.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>
#include "Interpolation.h"

Go to the source code of this file.

Classes

class  Filter< GridT, MaskT, InterruptT >
 Volume filtering (e.g., diffusion) with optional alpha masking. More...
 

Namespaces

 openvdb
 
 openvdb::v2_3_0
 
 openvdb::v2_3_0::tools
 

Detailed Description

Filtering of VDB volumes. Note that only the values in the grid are changed, not its topology! All operations can optionally be masked with another grid that acts as an alpha-mask.

Author
Ken Museth