Feel++  0.92.0
Public Types | Public Member Functions | Friends
Feel::ParameterSpace< P >::Element Class Reference

element of a parameter space More...

#include <parameterspace.hpp>

List of all members.

Public Types

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

Public Member Functions

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

Friends

class boost::serialization::access

Detailed Description

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

element of a parameter space


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