dune-localfunctions  2.5-git
Public Types | Public Member Functions | Static Public Attributes | Protected Member Functions | Protected Attributes | List of all members
Dune::EmptyPointSet< F, dim > Class Template Reference

#include <dune/localfunctions/lagrange/emptypoints.hh>

Inheritance diagram for Dune::EmptyPointSet< F, dim >:
Inheritance graph

Public Types

typedef F Field
 
typedef Dune::LagrangePoint< Field, dimensionLagrangePoint
 
typedef std::vector< LagrangePoint >::const_iterator iterator
 

Public Member Functions

const LagrangePointoperator[] (const unsigned int i) const
 
iterator begin () const
 
iterator end () const
 
const LocalKeylocalKey (const unsigned int i) const
 
unsigned int order () const
 
unsigned int size () const
 

Static Public Attributes

static const unsigned int dimension = dim
 

Protected Member Functions

 EmptyPointSet (const unsigned int order)
 

Protected Attributes

unsigned int order_
 
std::vector< LagrangePointpoints_
 

Member Typedef Documentation

§ Field

template<class F , unsigned int dim>
typedef F Dune::EmptyPointSet< F, dim >::Field

§ iterator

template<class F , unsigned int dim>
typedef std::vector< LagrangePoint >::const_iterator Dune::EmptyPointSet< F, dim >::iterator

§ LagrangePoint

template<class F , unsigned int dim>
typedef Dune::LagrangePoint< Field, dimension > Dune::EmptyPointSet< F, dim >::LagrangePoint

Constructor & Destructor Documentation

§ EmptyPointSet()

template<class F , unsigned int dim>
Dune::EmptyPointSet< F, dim >::EmptyPointSet ( const unsigned int  order)
inlineprotected

Member Function Documentation

§ begin()

template<class F , unsigned int dim>
iterator Dune::EmptyPointSet< F, dim >::begin ( ) const
inline

§ end()

template<class F , unsigned int dim>
iterator Dune::EmptyPointSet< F, dim >::end ( ) const
inline

§ localKey()

template<class F , unsigned int dim>
const LocalKey& Dune::EmptyPointSet< F, dim >::localKey ( const unsigned int  i) const
inline

§ operator[]()

template<class F , unsigned int dim>
const LagrangePoint& Dune::EmptyPointSet< F, dim >::operator[] ( const unsigned int  i) const
inline

§ order()

template<class F , unsigned int dim>
unsigned int Dune::EmptyPointSet< F, dim >::order ( ) const
inline

§ size()

template<class F , unsigned int dim>
unsigned int Dune::EmptyPointSet< F, dim >::size ( ) const
inline

Member Data Documentation

§ dimension

template<class F , unsigned int dim>
const unsigned int Dune::EmptyPointSet< F, dim >::dimension = dim
static

§ order_

template<class F , unsigned int dim>
unsigned int Dune::EmptyPointSet< F, dim >::order_
protected

§ points_

template<class F , unsigned int dim>
std::vector< LagrangePoint > Dune::EmptyPointSet< F, dim >::points_
protected

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