Uses of Class
us.ihmc.utilities.dataStructures.hyperCubeTree.OneDimensionalBounds

Packages that use OneDimensionalBounds
us.ihmc.utilities.dataStructures.hyperCubeTree   
us.ihmc.utilities.math.geometry   
 

Uses of OneDimensionalBounds in us.ihmc.utilities.dataStructures.hyperCubeTree
 

Methods in us.ihmc.utilities.dataStructures.hyperCubeTree that return OneDimensionalBounds
 OneDimensionalBounds[] Octree.BoundsGetter.get()
           
 OneDimensionalBounds RecursableHyperTreeNode.getBounds(int i)
           
 OneDimensionalBounds HyperCubeNode.getBounds(int i)
           
 OneDimensionalBounds[] RecursableHyperTreeNode.getBoundsCopy()
           
 OneDimensionalBounds[] HyperCubeNode.getBoundsCopy()
           
static OneDimensionalBounds[] OneDimensionalBounds.intersection(OneDimensionalBounds[] boundsA, OneDimensionalBounds[] boundsB)
           
 OneDimensionalBounds OneDimensionalBounds.intersectionWith(OneDimensionalBounds other)
           
 OneDimensionalBounds OneDimensionalBounds.subdivide(boolean maxSide)
           
static OneDimensionalBounds OneDimensionalBounds.unbounded()
           
 

Methods in us.ihmc.utilities.dataStructures.hyperCubeTree with parameters of type OneDimensionalBounds
 double SimpleLossyDoubleTree.getResolution(OneDimensionalBounds[] bounds, int i)
           
 boolean HyperVolume.includedWithinInnerBounds(OneDimensionalBounds[] bounds)
           
static OneDimensionalBounds[] OneDimensionalBounds.intersection(OneDimensionalBounds[] boundsA, OneDimensionalBounds[] boundsB)
           
static OneDimensionalBounds[] OneDimensionalBounds.intersection(OneDimensionalBounds[] boundsA, OneDimensionalBounds[] boundsB)
           
 OneDimensionalBounds OneDimensionalBounds.intersectionWith(OneDimensionalBounds other)
           
 double[] HyperVolume.intersectionWithBounds(OneDimensionalBounds[] bounds)
           
 boolean OneDimensionalBounds.intersects(OneDimensionalBounds other)
           
 boolean HyperVolume.intersectsBounds(OneDimensionalBounds[] bounds)
           
 boolean OneDimensionalBounds.isSubsetOf(OneDimensionalBounds other)
           
 boolean OneDimensionalBounds.isSupersetOf(OneDimensionalBounds other)
           
 void HyperCubeTreeListener.metaDataUpdated(java.lang.String id, OneDimensionalBounds[] bounds, D data)
           
 void HyperCubeTree.metaDataUpdated(java.lang.String id, OneDimensionalBounds[] bounds, D data)
           
 void HyperCubeNodeTest.NullListener.metaDataUpdated(java.lang.String id, OneDimensionalBounds[] bounds, D data)
           
 void OctreeToQuadtreeListenerConverter.metaDataUpdated(java.lang.String id, OneDimensionalBounds[] bounds, java.lang.Void data)
           
 void OctreeToQuadtreeListenerConverter.nodeAdded(java.lang.String id, OneDimensionalBounds[] bounds, HyperCubeLeaf<java.lang.Boolean> leaf)
           
 void Octree.nodeAdded(java.lang.String id, OneDimensionalBounds[] bounds, HyperCubeLeaf<java.lang.Boolean> leaf)
           
 void HyperCubeTreeListener.nodeAdded(java.lang.String id, OneDimensionalBounds[] bounds, HyperCubeLeaf<T> leaf)
           
 void HyperCubeTree.nodeAdded(java.lang.String id, OneDimensionalBounds[] bounds, HyperCubeLeaf<T> leaf)
           
 void HyperCubeNodeTest.NullListener.nodeAdded(java.lang.String id, OneDimensionalBounds[] bounds, HyperCubeLeaf<T> leaf)
           
 boolean HyperVolume.outerBoundsIntersect(OneDimensionalBounds[] bounds)
           
static boolean HyperCubeNode.withinBounds(OneDimensionalBounds[] bounds, double[] input)
           
 

Constructors in us.ihmc.utilities.dataStructures.hyperCubeTree with parameters of type OneDimensionalBounds
HyperCubeTree(OneDimensionalBounds[] bounds)
           
HyperVolume(int dimensionality, OneDimensionalBounds[] outerBounds, OneDimensionalBounds[] innerBounds, boolean hasFunction)
           
HyperVolume(int dimensionality, OneDimensionalBounds[] outerBounds, OneDimensionalBounds[] innerBounds, boolean hasFunction)
           
Octree(OneDimensionalBounds[] bounds, double resolution)
           
Octree(OneDimensionalBounds[] bounds, ResolutionProvider resolutionProvider)
           
SimpleLossyDoubleTree(OneDimensionalBounds[] bounds, double constantResolution, double eps)
           
SphericalLinearResolutionProvider(FramePoint center, OneDimensionalBounds bounds, double innerResolution, double exteriorResolution)
           
 

Uses of OneDimensionalBounds in us.ihmc.utilities.math.geometry
 

Methods in us.ihmc.utilities.math.geometry that return OneDimensionalBounds
 OneDimensionalBounds[] LineSegment3d.getOuterBounds()