|
BEM++
2.0
|
Bounding box with a reference point. More...
#include </home/wojtek/Projects/BEM/bempp-sven/bempp/lib/common/bounding_box.hpp>
Public Attributes | |
| Point3D< CoordinateType > | reference |
| Reference point. | |
| Point3D< CoordinateType > | lbound |
| Lower bound. | |
| Point3D< CoordinateType > | ubound |
| Upper bound. | |
Related Functions | |
(Note that these are not member functions.) | |
| template<typename CoordinateType > | |
| void | extendBoundingBox (BoundingBox< CoordinateType > &bbox, const arma::Mat< CoordinateType > &points) |
Extend the bounding box bbox to include all points contained in the columns of points. More... | |
| template<typename CoordinateType > | |
| void | setBoundingBoxReference (BoundingBox< CoordinateType > &bbox, const arma::Col< CoordinateType > &point) |
Set the reference point of the bounding box bbox to point. More... | |
Bounding box with a reference point.
|
related |
Extend the bounding box bbox to include all points contained in the columns of points.
points needs to have three rows. References Bempp::BoundingBox< CoordinateType >::lbound, and Bempp::BoundingBox< CoordinateType >::ubound.
|
related |
Set the reference point of the bounding box bbox to point.
point must be a three-component column vector. References Bempp::BoundingBox< CoordinateType >::reference.
1.8.5