OpenVDB
5.2.0
|
#include <MeshToVolume.h>
Classes | |
struct | Comp |
Public Types | |
using | ValueType = typename TreeType::ValueType |
using | LeafNodeType = typename TreeType::LeafNodeType |
using | Int32TreeType = typename TreeType::template ValueConverter< Int32 >::Type |
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 |
using Int32TreeType = typename TreeType::template ValueConverter<Int32>::Type |
using LeafNodeType = typename TreeType::LeafNodeType |
using ValueType = typename TreeType::ValueType |
|
inline |
|
inline |
TreeType* const mDistTree |
Int32TreeType* const mIndexTree |
LeafNodeType* * const mNodes |