public interface  org.apache.commons.math.geometry.partitioning.BSPTreeVisitor extends java.lang.Object
{
public abstract org.apache.commons.math.geometry.partitioning.BSPTreeVisitor$Order visitOrder(org.apache.commons.math.geometry.partitioning.BSPTree);
public abstract void visitInternalNode(org.apache.commons.math.geometry.partitioning.BSPTree);
public abstract void visitLeafNode(org.apache.commons.math.geometry.partitioning.BSPTree);
}