|
OpenVDB
3.2.0
|
#include <MeshToVolume.h>
Public Types | |
| enum | Axis { X_AXIS = 0, Y_AXIS = 1, Z_AXIS = 2 } |
| typedef TreeType::ValueType | ValueType |
| typedef TreeType::LeafNodeType | LeafNodeType |
| typedef LeafNodeConnectivityTable< TreeType > | ConnectivityTable |
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 |
| typedef LeafNodeConnectivityTable<TreeType> ConnectivityTable |
| typedef TreeType::LeafNodeType LeafNodeType |
| typedef TreeType::ValueType ValueType |
| enum Axis |
|
inline |
|
inline |
|
inline |
1.8.12