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::ParameterSpace< P >::Element Class Reference

#include <parameterspace.hpp>

Detailed Description

template<int P>
class Feel::ParameterSpace< P >::Element

element of a parameter space

Inherits Matrix< double, Dimension, 1 >.

Public Types

typedef boost::shared_ptr
< parameterspace_type
parameterspace_ptrtype
 
typedef ParameterSpace< Dimensionparameterspace_type
 

Public Member Functions

void check () const
 
 Element ()
 
 Element (Element const &e)
 
 Element (parameterspace_ptrtype space)
 
Elementoperator= (Element const &e)
 
template<typename OtherDerived >
super & operator= (const Eigen::MatrixBase< OtherDerived > &other)
 
parameterspace_ptrtype parameterSpace () const
 Retuns the parameter space.
 
void setParameterSpace (parameterspace_ptrtype const &space)
 
 ~Element ()
 

Friends

class boost::serialization::access
 

Constructor & Destructor Documentation

template<int P>
Feel::ParameterSpace< P >::Element::Element ( )
inline

default constructor

template<int P>
Feel::ParameterSpace< P >::Element::Element ( Element const &  e)
inline

default constructor

template<int P>
Feel::ParameterSpace< P >::Element::Element ( parameterspace_ptrtype  space)
inline

construct element from space

template<int P>
Feel::ParameterSpace< P >::Element::~Element ( )
inline

destructor

Member Function Documentation

template<int P>
Element& Feel::ParameterSpace< P >::Element::operator= ( Element const &  e)
inline

copy constructor

References Feel::operator=().


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

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