Logo  0.95.0-final
Finite Element Embedded Library and Language in C++
Feel++ Feel++ on Github Feel++ community
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Feel::BoundingBox< T > Class Template Reference

#include <boundingbox.hpp>

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

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

bool is_linear
 
node_type max
 
node_type min
 

The documentation for this class was generated from the following file:

Generated on Fri Oct 25 2013 14:24:28 for Feel++ by doxygen 1.8.4