Uses of Enum
org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor.Order
Packages that use BSPTreeVisitor.Order
Package
Description
This package provides classes to implement Binary Space Partition trees.
-
Uses of BSPTreeVisitor.Order in org.apache.commons.math3.geometry.partitioning
Subclasses with type arguments of type BSPTreeVisitor.Order in org.apache.commons.math3.geometry.partitioningModifier and TypeClassDescriptionstatic enumEnumerate for visit order with respect to plus sub-tree, minus sub-tree and cut sub-hyperplane.Methods in org.apache.commons.math3.geometry.partitioning that return BSPTreeVisitor.OrderModifier and TypeMethodDescriptionstatic BSPTreeVisitor.OrderReturns the enum constant of this type with the specified name.static BSPTreeVisitor.Order[]BSPTreeVisitor.Order.values()Returns an array containing the constants of this enum type, in the order they are declared.BSPTreeVisitor.visitOrder(BSPTree<S> node) Determine the visit order for this node.