InnerIteratorAccessor< Acc > Class Template Reference

#include <orthomesh.h>

Inheritance diagram for InnerIteratorAccessor< Acc >:
Inheritance graph
[legend]
Collaboration diagram for InnerIteratorAccessor< Acc >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 InnerIteratorAccessor (Acc &acc)
void operator++ (int)

Detailed Description

template<class Acc>
class InnerIteratorAccessor< Acc >

Define iterators to walk in mesh elementes inside the mesh. elements are the boundary are not accessed during the iterator loop This iterator is exactly the same as the one above, its difference is only the ++ method that call the methos advance_inner from the element accessor class

Definition at line 96 of file orthomesh.h.


Constructor & Destructor Documentation

template<class Acc >
InnerIteratorAccessor< Acc >::InnerIteratorAccessor ( Acc &  acc  )  [inline]

Definition at line 100 of file orthomesh.h.

00100 :IteratorAccessor<Acc>(acc){}


Member Function Documentation

template<class Acc >
void InnerIteratorAccessor< Acc >::operator++ ( int   )  [inline]

Reimplemented from IteratorAccessor< Acc >.

Definition at line 101 of file orthomesh.h.

00101 {this->m_data.advance_inner();}  


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Generated on Sun Apr 8 23:13:12 2012 for CO2INJECTION by  doxygen 1.6.3