COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
Inherits iterator_facade< ElementIterator, Entity, boost::random_access_traversal_tag, Entity >.
Public Types | |
typedef BaseT::difference_type | difference_type |
Public Member Functions | |
ElementIterator (Entities &entities, const Uint element_idx=0) | |
const Entity & | dereference () const |
dereferencing More... | |
Private Types | |
typedef boost::iterator_facade< ElementIterator, Entity, boost::random_access_traversal_tag, Entity > | BaseT |
Private Member Functions | |
bool | equal (ElementIterator const &other) const |
void | increment () |
void | decrement () |
void | advance (const difference_type n) |
template<typename T2 > | |
difference_type | distance_to (ElementIterator const &other) const |
Private Attributes | |
Entity | element |
Friends | |
class | boost::iterator_core_access |
Definition at line 39 of file utest-mesh-construction.cpp.
|
private |
Definition at line 50 of file utest-mesh-construction.cpp.
typedef BaseT::difference_type difference_type |
Definition at line 53 of file utest-mesh-construction.cpp.
|
inlineexplicit |
Construct an iterator over the given set of components. If endIterator is true, the iterator is intialized at the end of the range, otherwise at the beginning.
Definition at line 58 of file utest-mesh-construction.cpp.
|
inlineprivate |
Definition at line 77 of file utest-mesh-construction.cpp.
|
inlineprivate |
Definition at line 72 of file utest-mesh-construction.cpp.
|
inline |
dereferencing
Definition at line 88 of file utest-mesh-construction.cpp.
|
inlineprivate |
Definition at line 80 of file utest-mesh-construction.cpp.
|
inlineprivate |
Definition at line 65 of file utest-mesh-construction.cpp.
|
inlineprivate |
Definition at line 67 of file utest-mesh-construction.cpp.
|
friend |
Definition at line 63 of file utest-mesh-construction.cpp.
|
private |
Definition at line 92 of file utest-mesh-construction.cpp.
Send comments to: COOLFluiD Web Admin |