#include <SMDS_IteratorOfElements.hxx>
|
| SMDS_IteratorOfElements (const SMDS_MeshElement *element, SMDSAbs_ElementType type, const SMDS_ElemIteratorPtr &it) |
| Create an iterator which look for elements of type type which are linked to the element element. it is the iterator to get connectivity of element ///////////////////////////////////////////////////////////////////////////.
|
|
bool | more () |
| Return true if and only if there are other object in this iterator.
|
|
const SMDS_MeshElement * | next () |
| Return the current object and step to the next one.
|
|
virtual void | remove () |
| Delete the current element and step to the next one.
|
|
Definition at line 31 of file SMDS_IteratorOfElements.hxx.
Create an iterator which look for elements of type type which are linked to the element element. it is the iterator to get connectivity of element ///////////////////////////////////////////////////////////////////////////.
bool SMDS_IteratorOfElements::more |
( |
| ) |
|
|
virtual |
bool SMDS_IteratorOfElements::subMore |
( |
| ) |
|
|
private |
Delete the current element and step to the next one.
Definition at line 43 of file SMDS_Iterator.hxx.
bool SMDS_IteratorOfElements::myReverseIteration |
|
private |
std::set<const SMDS_MeshElement*> SMDS_IteratorOfElements::alreadyReturnedElements |
|
private |
std::set<const SMDS_MeshElement*>::iterator SMDS_IteratorOfElements::itAlreadyReturned |
|
private |