#include <Composite.h>
Inherits CsgVisitorBase< TreeType >.
|
| enum | { STOP = CsgVisitorBase<TreeT>::STOP
} |
| |
| using | TreeT = TreeType |
| |
| using | ValueT = typename TreeT::ValueType |
| |
| using | ChildIterT = typename TreeT::LeafNodeType::ChildAllIter |
| |
| enum | { STOP = 3
} |
| |
◆ ChildIterT
| using ChildIterT = typename TreeT::LeafNodeType::ChildAllIter |
◆ TreeT
◆ ValueT
| using ValueT = typename TreeT::ValueType |
◆ anonymous enum
◆ anonymous enum
◆ CsgUnionVisitor()
◆ operator()() [1/3]
| int operator() |
( |
AIterT & |
, |
|
|
BIterT & |
|
|
) |
| |
|
inline |
Don't process nodes that are at different tree levels.
◆ operator()() [2/3]
Process leaf node values.
◆ operator()() [3/3]
| int operator() |
( |
IterT & |
aIter, |
|
|
IterT & |
bIter |
|
) |
| |
|
inline |
Process root and internal nodes.
◆ mAInside
◆ mAOutside
◆ mBInside
◆ mBOutside
The documentation for this struct was generated from the following file: