OpenVDB
6.0.0
|
#include <Composite.h>
Inherited by CsgDiffVisitor< TreeType >, CsgIntersectVisitor< TreeType >, and CsgUnionVisitor< TreeType >.
Public Types | |
enum | { STOP = 3 } |
typedef TreeType | TreeT |
typedef TreeT::ValueType | ValueT |
typedef TreeT::LeafNodeType::ChildAllIter | ChildIterT |
Public Member Functions | |
CsgVisitorBase (const TreeT &aTree, const TreeT &bTree) | |
Protected Attributes | |
ValueT | mAOutside |
ValueT | mAInside |
ValueT | mBOutside |
ValueT | mBInside |
Base visitor class for CSG operations (not intended to be used polymorphically, so no virtual functions)
typedef TreeT::LeafNodeType::ChildAllIter ChildIterT |
typedef TreeType TreeT |
typedef TreeT::ValueType ValueT |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |