OpenVDB
1.1.0
|
TBB Class object that removes intersecting voxels that where set by rasterizing self-intersecting parts of the mesh. More...
#include <MeshToVolume.h>
Public Types | |
typedef DistTreeT::ValueType | DistValueT |
Custom types. | |
typedef tree::ValueAccessor < DistTreeT > | DistAccessorT |
Custom types. | |
typedef DistTreeT::template ValueConverter< Int32 >::Type | IndexTreeT |
Custom types. | |
typedef tree::ValueAccessor < IndexTreeT > | IndexAccessorT |
Custom types. | |
typedef DistTreeT::template ValueConverter< bool >::Type | StencilTreeT |
Custom types. | |
typedef tree::ValueAccessor < StencilTreeT > | StencilAccessorT |
Custom types. | |
typedef tree::LeafManager < StencilTreeT > | StencilArrayT |
Custom types. |
Public Member Functions | |
IntersectingVoxelCleaner (DistTreeT &distTree, IndexTreeT &indexTree, StencilTreeT &intersectionTree, StencilArrayT &leafs) | |
~IntersectingVoxelCleaner () | |
void | runParallel () |
void | runSerial () |
IntersectingVoxelCleaner (const IntersectingVoxelCleaner< DistTreeT > &rhs) | |
void | operator() (const tbb::blocked_range< size_t > &) const |
TBB Class object that removes intersecting voxels that where set by rasterizing self-intersecting parts of the mesh.
typedef tree::ValueAccessor<DistTreeT> DistAccessorT |
Custom types.
typedef DistTreeT::ValueType DistValueT |
Custom types.
typedef tree::ValueAccessor<IndexTreeT> IndexAccessorT |
Custom types.
typedef DistTreeT::template ValueConverter<Int32>::Type IndexTreeT |
Custom types.
Custom types.
typedef tree::LeafManager<StencilTreeT> StencilArrayT |
Custom types.
typedef DistTreeT::template ValueConverter<bool>::Type StencilTreeT |
Custom types.
IntersectingVoxelCleaner | ( | DistTreeT & | distTree, |
IndexTreeT & | indexTree, | ||
StencilTreeT & | intersectionTree, | ||
StencilArrayT & | leafs | ||
) |
|
inline |
IntersectingVoxelCleaner | ( | const IntersectingVoxelCleaner< DistTreeT > & | rhs | ) |
void operator() | ( | const tbb::blocked_range< size_t > & | range | ) | const |
void runParallel | ( | ) |
void runSerial | ( | ) |