Uses of Interface
org.apache.commons.math3.geometry.partitioning.BSPTreeVisitor
-
Packages that use BSPTreeVisitor Package Description org.apache.commons.math3.geometry.euclidean.threed This package provides basic 3D geometry components.org.apache.commons.math3.geometry.euclidean.twod This package provides basic 2D geometry components.org.apache.commons.math3.geometry.partitioning This package provides classes to implement Binary Space Partition trees.org.apache.commons.math3.geometry.spherical.twod This package provides basic geometry components on the 2-sphere. -
-
Uses of BSPTreeVisitor in org.apache.commons.math3.geometry.euclidean.threed
Classes in org.apache.commons.math3.geometry.euclidean.threed that implement BSPTreeVisitor Modifier and Type Class Description private class
OutlineExtractor.BoundaryProjector
Visitor projecting the boundary facets on a plane.private class
PolyhedronsSet.FacetsContributionVisitor
Visitor computing geometrical properties. -
Uses of BSPTreeVisitor in org.apache.commons.math3.geometry.euclidean.twod
Classes in org.apache.commons.math3.geometry.euclidean.twod that implement BSPTreeVisitor Modifier and Type Class Description private static class
PolygonsSet.SegmentsBuilder
Visitor building segments. -
Uses of BSPTreeVisitor in org.apache.commons.math3.geometry.partitioning
Classes in org.apache.commons.math3.geometry.partitioning that implement BSPTreeVisitor Modifier and Type Class Description (package private) class
BoundaryBuilder<S extends Space>
Visitor building boundary shell tree.(package private) class
BoundaryProjector<S extends Space,T extends Space>
Local tree visitor to compute projection on boundary.(package private) class
BoundarySizeVisitor<S extends Space>
Visitor computing the boundary size.private class
RegionFactory.NodesCleaner
Visitor removing internal nodes attributes.Methods in org.apache.commons.math3.geometry.partitioning with parameters of type BSPTreeVisitor Modifier and Type Method Description void
BSPTree. visit(BSPTreeVisitor<S> visitor)
Visit the BSP tree nodes. -
Uses of BSPTreeVisitor in org.apache.commons.math3.geometry.spherical.twod
Classes in org.apache.commons.math3.geometry.spherical.twod that implement BSPTreeVisitor Modifier and Type Class Description (package private) class
EdgesBuilder
Visitor building edges.(package private) class
PropertiesComputer
Visitor computing geometrical properties.
-