SALOME - SMESH
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
SMDS_ElemIterator.hxx File Reference
#include "SMDS_Iterator.hxx"
#include <boost/shared_ptr.hpp>
Include dependency graph for SMDS_ElemIterator.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef SMDS_Iterator< const
SMDS_MeshElement * > 
SMDS_ElemIterator
 
typedef boost::shared_ptr
< SMDS_Iterator< const
SMDS_MeshElement * > > 
SMDS_ElemIteratorPtr
 
typedef SMDS_Iterator< const
SMDS_MeshNode * > 
SMDS_NodeIterator
 
typedef boost::shared_ptr
< SMDS_Iterator< const
SMDS_MeshNode * > > 
SMDS_NodeIteratorPtr
 
typedef SMDS_Iterator< const
SMDS_MeshEdge * > 
SMDS_EdgeIterator
 
typedef boost::shared_ptr
< SMDS_Iterator< const
SMDS_MeshEdge * > > 
SMDS_EdgeIteratorPtr
 
typedef SMDS_Iterator< const
SMDS_MeshFace * > 
SMDS_FaceIterator
 
typedef boost::shared_ptr
< SMDS_Iterator< const
SMDS_MeshFace * > > 
SMDS_FaceIteratorPtr
 
typedef SMDS_Iterator< const
SMDS_MeshVolume * > 
SMDS_VolumeIterator
 
typedef boost::shared_ptr
< SMDS_Iterator< const
SMDS_MeshVolume * > > 
SMDS_VolumeIteratorPtr
 

Typedef Documentation

Definition at line 38 of file SMDS_ElemIterator.hxx.

typedef boost::shared_ptr<SMDS_Iterator<const SMDS_MeshElement *> > SMDS_ElemIteratorPtr

Definition at line 41 of file SMDS_ElemIterator.hxx.

Definition at line 43 of file SMDS_ElemIterator.hxx.

typedef boost::shared_ptr<SMDS_Iterator<const SMDS_MeshNode *> > SMDS_NodeIteratorPtr

Definition at line 44 of file SMDS_ElemIterator.hxx.

Definition at line 46 of file SMDS_ElemIterator.hxx.

typedef boost::shared_ptr<SMDS_Iterator<const SMDS_MeshEdge *> > SMDS_EdgeIteratorPtr

Definition at line 47 of file SMDS_ElemIterator.hxx.

Definition at line 49 of file SMDS_ElemIterator.hxx.

typedef boost::shared_ptr<SMDS_Iterator<const SMDS_MeshFace *> > SMDS_FaceIteratorPtr

Definition at line 50 of file SMDS_ElemIterator.hxx.

Definition at line 52 of file SMDS_ElemIterator.hxx.

typedef boost::shared_ptr<SMDS_Iterator<const SMDS_MeshVolume *> > SMDS_VolumeIteratorPtr

Definition at line 53 of file SMDS_ElemIterator.hxx.