OpenVDB
6.0.0
|
#include <MeshToVolume.h>
Public Types | |
enum | Axis { X_AXIS = 0, Y_AXIS = 1, Z_AXIS = 2 } |
using | ValueType = typename TreeType::ValueType |
using | LeafNodeType = typename TreeType::LeafNodeType |
using | ConnectivityTable = LeafNodeConnectivityTable< TreeType > |
Public Member Functions | |
SweepExteriorSign (Axis axis, const std::vector< size_t > &startNodeIndices, ConnectivityTable &connectivity) | |
void | operator() (const tbb::blocked_range< size_t > &range) const |
bool | traceVoxelLine (LeafNodeType &node, Index pos, Index step) const |
using ConnectivityTable = LeafNodeConnectivityTable<TreeType> |
using LeafNodeType = typename TreeType::LeafNodeType |
using ValueType = typename TreeType::ValueType |
enum Axis |
|
inline |
|
inline |
|
inline |