SALOME - SMESH
SMDS_SetIterator.hxx File Reference
#include "SMDS_Iterator.hxx"
#include <map>
#include <vector>
Include dependency graph for SMDS_SetIterator.hxx:

Go to the source code of this file.

Data Structures

struct  SMDS::SimpleAccessor< VALUE, VALUE_SET_ITERATOR >
 
struct  SMDS::KeyAccessor< VALUE, VALUE_SET_ITERATOR >
 
struct  SMDS::ValueAccessor< VALUE, VALUE_SET_ITERATOR >
 
class  SMDS_SetIterator< VALUE, VALUE_SET_ITERATOR, ACCESOR >
 SMDS_Iterator iterating over abstract set of values like STL containers. More...
 
struct  SMDS_mapIterator< M >
 map iterators More...
 
struct  SMDS_mapReverseIterator< M >
 reverse iterator on values of a map More...
 
struct  SMDS_mapKeyIterator< M >
 iterator on keys of a map More...
 
struct  SMDS_mapKeyReverseIterator< M >
 reverse iterator on keys of a map More...
 

Namespaces

 SMDS
 Accessors to value pointed by iterator.
 

Typedefs

typedef const SMDS_MeshElementSMDS_pElement
 
typedef const SMDS_MeshNodeSMDS_pNode
 
typedef SMDS_SetIterator< SMDS_pElement, std::vector< SMDS_pElement >::const_iteratorSMDS_ElementVectorIterator
 
typedef SMDS_SetIterator< SMDS_pElement, SMDS_pElement const * > SMDS_ElementArrayIterator
 
typedef SMDS_SetIterator< SMDS_pElement, std::vector< SMDS_pNode >::const_iteratorSMDS_NodeVectorElemIterator
 
typedef SMDS_SetIterator< SMDS_pElement, SMDS_pNode const *> SMDS_NodeArrayElemIterator
 
typedef SMDS_SetIterator< SMDS_pNode, std::vector< SMDS_pNode >::const_iteratorSMDS_NodeVectorIterator
 
typedef SMDS_SetIterator< SMDS_pNode, SMDS_pNode const *> SMDS_NodeArrayIterator
 

Typedef Documentation

◆ SMDS_pElement

Definition at line 147 of file SMDS_SetIterator.hxx.

◆ SMDS_pNode

typedef const SMDS_MeshNode* SMDS_pNode

Definition at line 150 of file SMDS_SetIterator.hxx.

◆ SMDS_ElementVectorIterator

◆ SMDS_ElementArrayIterator

◆ SMDS_NodeVectorElemIterator

◆ SMDS_NodeArrayElemIterator

◆ SMDS_NodeVectorIterator

Definition at line 172 of file SMDS_SetIterator.hxx.

◆ SMDS_NodeArrayIterator

Definition at line 176 of file SMDS_SetIterator.hxx.