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