Dune Core Modules (2.9.0)

Dune::ALU3dGridLevelIterator< cd, pitype, GridImp > Class Template Reference

#include <dune/alugrid/3d/iterator.hh>

Public Types

typedef ALU3dGridLevelIterator< cd, pitype, GridImp > ThisType
 typedef of my type
 
typedef ALU3dGridEntitySeed< cd, GridImp > ALU3dGridEntitySeedType
 type of entity seed
 
typedef ALU3dGridEntityPointer< cd, GridImp > ALU3dGridEntityPointerType
 typedef of my type
 
typedef ALU3dGridEntityPointer< codimension, GridImp > EntityPointerImp
 make type of entity pointer implementation available in derived classes
 

Public Member Functions

 ALU3dGridLevelIterator ()
 default constructor
 
 ALU3dGridLevelIterator (const GridImp &grid, int level, bool)
 Constructor for begin iterator.
 
 ALU3dGridLevelIterator (const GridImp &grid, int level)
 Constructor for end iterator.
 
 ALU3dGridLevelIterator (const ThisType &org)
 Constructor.
 
void increment ()
 prefix increment
 
void releaseEntity ()
 release entity
 
ThisTypeoperator= (const ThisType &org)
 assignment of iterators
 
bool equals (const ALU3dGridEntityPointerType &i) const
 equality
 
Entity & dereference () const
 dereferencing
 
int level () const
 ask for level of entities
 

Protected Member Functions

void done ()
 has to be called when iterator is finished
 

Detailed Description

template<int cd, PartitionIteratorType pitype, class GridImp>
class Dune::ALU3dGridLevelIterator< cd, pitype, GridImp >

Enables iteration over all entities of a given codimension and level of a grid.


The documentation for this class was generated from the following files:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (Apr 19, 22:31, 2024)