Feel++
0.91.4
|
bounding box for a matrix of points More...
#include <boundingbox.hpp>
Public Types | |
Typedefs | |
typedef T | value_type |
typedef node< T >::type | node_type |
typedef matrix_node< T >::type | matrix_node_type |
Public Member Functions | |
Constructors, destructor | |
BoundingBox (bool is_lin=true) | |
BoundingBox (BoundingBox const &bb) | |
~BoundingBox () | |
Operator overloads | |
void | make (matrix_node_type const &__ptab) |
Accessors | |
bool | isLinear () const |
Public Attributes | |
node_type | min |
node_type | max |
bool | is_linear |
bounding box for a matrix of points
a matrix of points is a matrix of size (dimension x number of points).
the rows contains the coordinates while the columns are the points