OpenVDB
5.2.0
|
#include <MeshToVolume.h>
Classes | |
struct | IsNegative |
Public Types | |
using | ValueType = typename TreeType::ValueType |
using | LeafNodeType = typename TreeType::LeafNodeType |
Public Member Functions | |
ValidateIntersectingVoxels (TreeType &tree, std::vector< LeafNodeType *> &nodes) | |
void | operator() (const tbb::blocked_range< size_t > &range) const |
Public Attributes | |
TreeType *const | mTree |
LeafNodeType **const | mNodes |
using LeafNodeType = typename TreeType::LeafNodeType |
using ValueType = typename TreeType::ValueType |
|
inline |
|
inline |
LeafNodeType** const mNodes |
TreeType* const mTree |