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

dolfin::CellIterator Class Reference

#include <CellIterator.h>

Collaboration diagram for dolfin::CellIterator:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 CellIterator (const Mesh &mesh)
 CellIterator (const Mesh *mesh)
 CellIterator (const Node &node)
 CellIterator (const NodeIterator &nodeIterator)
 CellIterator (const Cell &cell)
 CellIterator (const CellIterator &cellIterator)
 ~CellIterator ()
 operator CellPointer () const
CellIteratoroperator++ ()
bool end ()
bool last ()
int index ()
Celloperator * () const
Celloperator-> () const
bool operator== (const CellIterator &c) const
bool operator!= (const CellIterator &c) const
bool operator== (const Cell &c) const
bool operator!= (const Cell &c) const

Constructor & Destructor Documentation

CellIterator::CellIterator const Mesh mesh  ) 
 

CellIterator::CellIterator const Mesh mesh  ) 
 

CellIterator::CellIterator const Node node  ) 
 

CellIterator::CellIterator const NodeIterator nodeIterator  ) 
 

CellIterator::CellIterator const Cell cell  ) 
 

CellIterator::CellIterator const CellIterator cellIterator  ) 
 

CellIterator::~CellIterator  ) 
 


Member Function Documentation

bool CellIterator::end  ) 
 

int CellIterator::index  ) 
 

bool CellIterator::last  ) 
 

Cell & CellIterator::operator *  )  const
 

CellIterator::operator CellPointer  )  const
 

bool CellIterator::operator!= const Cell c  )  const
 

bool CellIterator::operator!= const CellIterator c  )  const
 

CellIterator & CellIterator::operator++  ) 
 

Cell * CellIterator::operator->  )  const
 

bool CellIterator::operator== const Cell c  )  const
 

bool CellIterator::operator== const CellIterator c  )  const
 


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


Documentation automatically generated with Doxygen on 10 Sep 2004.