Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

dolfin::ElementGroupIterator Class Reference

Iterator for access to element groups stored in time slabs. More...

#include <ElementGroupIterator.h>

Collaboration diagram for dolfin::ElementGroupIterator:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ElementGroupIterator (ElementGroupList &groups)
 Constructor.

 ~ElementGroupIterator ()
 Destructor.

 operator ElementGroupPointer () const
 Cast to element group pointer.

ElementGroupIteratoroperator++ ()
 Operator ++.

ElementGroupoperator * () const
 Operator *.

ElementGroupoperator-> () const
 Operator ->.

bool end ()
 Check if iterator has reached the end.


Detailed Description

Iterator for access to element groups stored in time slabs.


Constructor & Destructor Documentation

ElementGroupIterator::ElementGroupIterator ElementGroupList groups  ) 
 

Constructor.

ElementGroupIterator::~ElementGroupIterator  ) 
 

Destructor.


Member Function Documentation

bool ElementGroupIterator::end  ) 
 

Check if iterator has reached the end.

ElementGroup & ElementGroupIterator::operator *  )  const
 

Operator *.

ElementGroupIterator::operator ElementGroupPointer  )  const
 

Cast to element group pointer.

ElementGroupIterator & ElementGroupIterator::operator++  ) 
 

Operator ++.

ElementGroup * ElementGroupIterator::operator->  )  const
 

Operator ->.


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


Documentation automatically generated with Doxygen on 10 Sep 2004.