OpenVDB  1.2.0
Classes | Namespaces | Constant Groups
Morphology.h File Reference
#include <openvdb/Types.h>
#include <openvdb/tree/TreeIterator.h>
#include <openvdb/tree/ValueAccessor.h>
#include <openvdb/tree/LeafManager.h>

Go to the source code of this file.

Classes

struct  DimToWord< Log2Dim >
 Mapping from a Log2Dim to a data type of size 2^Log2Dim bits. More...
 
struct  DimToWord< 3 >
 
struct  DimToWord< 4 >
 
struct  DimToWord< 5 >
 
struct  DimToWord< 6 >
 
class  Morphology< TreeType >
 

Namespaces

 openvdb
 
 openvdb::v1_2_0
 
 openvdb::v1_2_0::tools
 

Constant Groups

 openvdb
 
 openvdb::v1_2_0
 
 openvdb::v1_2_0::tools
 

Functions

template<typename TreeType >
OPENVDB_STATIC_SPECIALIZATION void dilateVoxels (TreeType &tree, int count=1)
 
template<typename TreeType >
OPENVDB_STATIC_SPECIALIZATION void dilateVoxels (tree::LeafManager< TreeType > &manager, int count=1)
 
template<typename TreeType >
OPENVDB_STATIC_SPECIALIZATION void erodeVoxels (TreeType &tree, int count=1)
 
template<typename TreeType >
OPENVDB_STATIC_SPECIALIZATION void erodeVoxels (tree::LeafManager< TreeType > &manager, int count=1)