Class BoundaryBuilder<S extends Space>

java.lang.Object
org.apache.commons.math3.geometry.partitioning.BoundaryBuilder<S>
Type Parameters:
S - Type of the space.
All Implemented Interfaces:
BSPTreeVisitor<S>

class BoundaryBuilder<S extends Space> extends Object implements BSPTreeVisitor<S>
Visitor building boundary shell tree.

The boundary shell is represented as boundary attributes at each internal node.

Since:
3.4