![]() |
#include <MeshIterator.h>
Collaboration diagram for dolfin::MeshIterator:

Public Member Functions | |
| MeshIterator (const MeshHierarchy &meshs) | |
| Create an iterator positioned at the top (coarsest) mesh. | |
| MeshIterator (const MeshHierarchy &meshs, Index index) | |
| Create an iterator positioned at the given position. | |
| ~MeshIterator () | |
| Destructor. | |
| MeshIterator & | operator++ () |
| Step to next mesh. | |
| MeshIterator & | operator-- () |
| Step to previous mesh. | |
| bool | end () |
| Check if iterator has reached the first (or last) mesh. | |
| int | index () |
| Return index for current position. | |
| operator MeshPointer () const | |
| Mesh & | operator * () const |
| Mesh * | operator-> () const |
|
|
Create an iterator positioned at the top (coarsest) mesh.
|
|
||||||||||||
|
Create an iterator positioned at the given position.
|
|
|
Destructor.
|
|
|
Check if iterator has reached the first (or last) mesh.
|
|
|
Return index for current position.
|
|
|
|
|
|
|
|
|
Step to next mesh.
|
|
|
Step to previous mesh.
|
|
|
|
![]()
Documentation automatically generated with Doxygen on 10 Sep 2004.