OpenVDB
3.1.0
|
#include <MeshToVolume.h>
Classes | |
struct | Comp |
Public Types | |
typedef TreeType::ValueType | ValueType |
typedef TreeType::LeafNodeType | LeafNodeType |
typedef TreeType::template ValueConverter< Int32 >::Type | Int32TreeType |
Public Member Functions | |
RemoveSelfIntersectingSurface (std::vector< LeafNodeType * > &nodes, TreeType &distTree, Int32TreeType &indexTree) | |
void | operator() (const tbb::blocked_range< size_t > &range) const |
Public Attributes | |
LeafNodeType **const | mNodes |
TreeType *const | mDistTree |
Int32TreeType *const | mIndexTree |
typedef TreeType::template ValueConverter<Int32>::Type Int32TreeType |
typedef TreeType::LeafNodeType LeafNodeType |
typedef TreeType::ValueType ValueType |
|
inline |
|
inline |
TreeType* const mDistTree |
Int32TreeType* const mIndexTree |
LeafNodeType* * const mNodes |