Node< SPACE_DIM >::ContainingElementIterator Class Reference

#include <Node.hpp>

Collaboration diagram for Node< SPACE_DIM >::ContainingElementIterator:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 ContainingElementIterator (std::set< unsigned >::const_iterator indexIterator)
const unsigned & operator* () const
bool operator!= (const ContainingElementIterator &rOther) const
bool operator== (const ContainingElementIterator &rOther) const
ContainingElementIteratoroperator++ ()

Private Attributes

std::set< unsigned >
::const_iterator 
mIndexIterator


Detailed Description

template<unsigned SPACE_DIM>
class Node< SPACE_DIM >::ContainingElementIterator

An iterator over the indices of elements which contain this node.

Definition at line 317 of file Node.hpp.


Constructor & Destructor Documentation

template<unsigned SPACE_DIM>
Node< SPACE_DIM >::ContainingElementIterator::ContainingElementIterator ( std::set< unsigned >::const_iterator  indexIterator  )  [inline]

Constructor for a new ContainingElementIterator.

Parameters:
indexIterator an index iterator

Definition at line 325 of file Node.hpp.


Member Function Documentation

template<unsigned SPACE_DIM>
const unsigned& Node< SPACE_DIM >::ContainingElementIterator::operator* (  )  const [inline]

Prefix dereference operator.

Definition at line 331 of file Node.hpp.

References Node< SPACE_DIM >::ContainingElementIterator::mIndexIterator.

template<unsigned SPACE_DIM>
bool Node< SPACE_DIM >::ContainingElementIterator::operator!= ( const ContainingElementIterator rOther  )  const [inline]

Comparison not-equal-to.

Parameters:
rOther ContainingElementIterator with which comparison is made

Definition at line 340 of file Node.hpp.

References Node< SPACE_DIM >::ContainingElementIterator::mIndexIterator.

Referenced by Node< SPACE_DIM >::ContainingElementIterator::operator==().

template<unsigned SPACE_DIM>
bool Node< SPACE_DIM >::ContainingElementIterator::operator== ( const ContainingElementIterator rOther  )  const [inline]

Comparison equal-to.

Parameters:
rOther ContainingElementIterator with which comparison is made

Definition at line 349 of file Node.hpp.

References Node< SPACE_DIM >::ContainingElementIterator::operator!=().

template<unsigned SPACE_DIM>
ContainingElementIterator& Node< SPACE_DIM >::ContainingElementIterator::operator++ (  )  [inline]

Prefix increment operator.

Definition at line 356 of file Node.hpp.

References Node< SPACE_DIM >::ContainingElementIterator::mIndexIterator.


Member Data Documentation

template<unsigned SPACE_DIM>
std::set<unsigned>::const_iterator Node< SPACE_DIM >::ContainingElementIterator::mIndexIterator [private]


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

Generated on Mon Apr 18 11:37:36 2011 for Chaste by  doxygen 1.5.5