Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Private Attributes
concepts::CoeffIterator< F, Point< F, dim > > Class Template Reference

Iterator for an array of vector coefficients. More...

#include <coeffIterator.hh>

List of all members.

Public Member Functions

 CoeffIterator (const Point< F, dim > *data, int i=0)
 Constructor.
const F * data ()
 Returns the current value.
const F * operator++ (int)
 Postfix increment operator.
const F * operator++ ()
 Prefix increment operator.

Private Attributes

const Point< F, dim > * data_
 Data.
const int i_
 Component.

Detailed Description

template<typename F, int dim>
class concepts::CoeffIterator< F, Point< F, dim > >

Iterator for an array of vector coefficients.

Parameters:
FReturn type (type of the coefficients)
Author:
Philipp Frauenfelder, 2002

Definition at line 59 of file coeffIterator.hh.


Constructor & Destructor Documentation

template<typename F , int dim>
concepts::CoeffIterator< F, Point< F, dim > >::CoeffIterator ( const Point< F, dim > *  data,
int  i = 0 
) [inline]

Constructor.

Definition at line 63 of file coeffIterator.hh.


Member Function Documentation

template<typename F , int dim>
const F * concepts::CoeffIterator< F, Point< F, dim > >::data ( ) [inline]

Returns the current value.

Definition at line 95 of file coeffIterator.hh.

template<typename F , int dim>
const F * concepts::CoeffIterator< F, Point< F, dim > >::operator++ ( ) [inline]

Prefix increment operator.

Definition at line 78 of file coeffIterator.hh.

template<typename F , int dim>
const F * concepts::CoeffIterator< F, Point< F, dim > >::operator++ ( int  ) [inline]

Postfix increment operator.

Definition at line 87 of file coeffIterator.hh.


Member Data Documentation

template<typename F , int dim>
const Point<F,dim>* concepts::CoeffIterator< F, Point< F, dim > >::data_ [private]

Data.

Definition at line 72 of file coeffIterator.hh.

template<typename F , int dim>
const int concepts::CoeffIterator< F, Point< F, dim > >::i_ [private]

Component.

Definition at line 74 of file coeffIterator.hh.


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

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)