Uses of Class
org.openmali.spatial.bounds.BoundsType

Packages that use BoundsType
org.openmali.spatial.bounds   
org.openmali.spatial.octree   
org.openmali.spatial.quadtree   
 

Uses of BoundsType in org.openmali.spatial.bounds
 

Methods in org.openmali.spatial.bounds that return BoundsType
 BoundsType BoundingBox.getType()
          
 BoundsType BoundingPolytope.getType()
          
 BoundsType BoundingSphere.getType()
          
 BoundsType Bounds.getType()
           
static BoundsType BoundsType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BoundsType[] BoundsType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of BoundsType in org.openmali.spatial.octree
 

Methods in org.openmali.spatial.octree with parameters of type BoundsType
protected  OcCell<T> OcCell.findChildCell(Bounds bounds, BoundsType type, int minNodesBeforeSplit, int maxLevelForExtendedCells, boolean ignoreReinserting)
           
 

Uses of BoundsType in org.openmali.spatial.quadtree
 

Methods in org.openmali.spatial.quadtree with parameters of type BoundsType
protected  QuadCell<T> QuadCell.findChildCell(Bounds bounds, BoundsType type, int minNodesBeforeSplit, int maxLevelForExtendedCells, boolean ignoreReinserting)