IMP
2.3.1
The Integrative Modeling Platform
|
A bounding box in D dimensions. More...
#include <IMP/algebra/algebra_config.h>
#include "VectorD.h"
#include "internal/utility.h"
#include "algebra_macros.h"
#include <IMP/base/exception.h>
Go to the source code of this file.
Classes | |
class | IMP::algebra::BoundingBoxD< D > |
An axis-aligned bounding box. More... | |
Namespaces | |
IMP | |
Synonym for IMP::kernel. | |
IMP::algebra | |
General purpose algebraic and geometric methods that are expected to be used by a wide variety of IMP modules. | |
Functions | |
template<unsigned int D> | |
BoundingBoxD< D > | IMP::algebra::get_cube_d (double radius) |
Cube with radius of length radius . More... | |
BoundingBoxD<-1 > | IMP::algebra::get_cube_kd (unsigned int d, double radius) |
Cube with radius of length side . More... | |
IntPairs | IMP::algebra::get_edges (const BoundingBoxD< 3 > &) |
Return the edges of the box as indices into the vertices list. More... | |
template<int D> | |
bool | IMP::algebra::get_interiors_intersect (const BoundingBoxD< D > &a, const BoundingBoxD< D > &b) |
Return true if they intersect. More... | |
template<int D> | |
BoundingBoxD< D > | IMP::algebra::get_intersection (const BoundingBoxD< D > &a, const BoundingBoxD< D > &b) |
Return the intersecting bounding box. More... | |
template<int D> | |
double | IMP::algebra::get_maximum_length (const BoundingBoxD< D > &a) |
Return the maximum axis aligned extent. More... | |
template<int D> | |
BoundingBoxD< D > | IMP::algebra::get_union (BoundingBoxD< D > a, const BoundingBoxD< D > &b) |
Return the union bounding box. More... | |
template<unsigned int D> | |
BoundingBoxD< D > | IMP::algebra::get_unit_bounding_box_d () |
Box with radius one. More... | |
BoundingBoxD<-1 > | IMP::algebra::get_unit_bounding_box_kd (unsigned int d) |
Box with radius one. More... | |
template<int D> | |
base::Vector< VectorD< D > > | IMP::algebra::get_vertices (const BoundingBoxD< D > &bb) |
Return a list of the 8 bounding points for the bounding box. More... | |
template<int D> | |
double | IMP::algebra::get_volume (const BoundingBoxD< D > &bb) |
A bounding box in D dimensions.
Copyright 2007-2014 IMP Inventors. All rights reserved.
Definition in file BoundingBoxD.h.