This is the complete list of members for BoundingBox< CoordType, dim >, including all inherited members.
| BoundingBox(const CoordType &lower, const CoordType &upper) | BoundingBox< CoordType, dim > | inline |
| BoundingBox(const CoordType &point) | BoundingBox< CoordType, dim > | inline |
| BoundingBox(const std::vector< const CoordType > &points) | BoundingBox< CoordType, dim > | inline |
| Box(const CoordType &lower, const CoordType &upper) | Box< CoordType, dim > | inline |
| Box(const Box &b) | Box< CoordType, dim > | inline |
| center() const | Box< CoordType, dim > | inline |
| center_ | Box< CoordType, dim > | protected |
| contains(const CoordType &c) const | Box< CoordType, dim > | inline |
| expandToInclude(const CoordType &point, bool resetCenter=true) | BoundingBox< CoordType, dim > | inline |
| insideNeighborhood(const CoordType &point, const double epsilon) | BoundingBox< CoordType, dim > | inline |
| intersects(const Box &b) | Box< CoordType, dim > | inline |
| lower() const | Box< CoordType, dim > | inline |
| lower_ | Box< CoordType, dim > | protected |
| setCenter() | BoundingBox< CoordType, dim > | inline |
| size(int i) | Box< CoordType, dim > | inline |
| upper() const | Box< CoordType, dim > | inline |
| upper_ | Box< CoordType, dim > | protected |
| ~Box() | Box< CoordType, dim > | inline |