Feel++  0.91.4
Public Attributes
Feel::BoundingBox< T > Class Template Reference

bounding box for a matrix of points More...

#include <boundingbox.hpp>

List of all members.

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

Detailed Description

template<typename T = double>
class Feel::BoundingBox< T >

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

Author:
Christophe Prud'homme
See also: