26#ifndef __SMESH_MeshPartDS_HXX__
27#define __SMESH_MeshPartDS_HXX__
31#include <smIdType.hxx>
33#include <SALOMEconfig.h>
34#include CORBA_SERVER_HEADER(SMESH_Mesh)
SMDSAbs_GeometryType
enumeration for element geometry type
Definition: SMDSAbs_ElementType.hxx:47
SMDSAbs_ElementType
Type (node, edge, face or volume) of elements.
Definition: SMDSAbs_ElementType.hxx:34
@ SMDSAbs_NbElementTypes
Definition: SMDSAbs_ElementType.hxx:42
@ SMDSAbs_All
Definition: SMDSAbs_ElementType.hxx:35
SMDSAbs_EntityType
Enumeration of entity type used in mesh info array.
Definition: SMDSAbs_ElementType.hxx:79
boost::shared_ptr< SMDS_Iterator< const SMDS_MeshElement * > > SMDS_ElemIteratorPtr
Definition: SMDS_ElemIterator.hxx:43
boost::shared_ptr< SMDS_Iterator< const SMDS_MeshVolume * > > SMDS_VolumeIteratorPtr
Definition: SMDS_ElemIterator.hxx:58
boost::shared_ptr< SMDS_Iterator< const SMDS_MeshEdge * > > SMDS_EdgeIteratorPtr
Definition: SMDS_ElemIterator.hxx:52
boost::shared_ptr< SMDS_Iterator< const SMDS_MeshNode * > > SMDS_NodeIteratorPtr
Definition: SMDS_ElemIterator.hxx:46
boost::shared_ptr< SMDS_Iterator< const SMDS_MeshFace * > > SMDS_FaceIteratorPtr
Definition: SMDS_ElemIterator.hxx:55
std::set< const SMDS_MeshElement *, TIDCompare > TIDSortedElemSet
Definition: SMESH_TypeDefs.hxx:58
Base class for elements.
Definition: SMDS_MeshElement.hxx:56
Definition: SMESHDS_Mesh.hxx:98
Class providing SMESHDS_Mesh API to SMESH_IDSource.
Definition: SMESH_MeshPartDS.hxx:46
virtual SMDS_ElemIteratorPtr elementGeomIterator(SMDSAbs_GeometryType type) const
Definition: SMESH_Mesh_i.cxx:7408
SMESHDS_Mesh * _meshDS
Definition: SMESH_MeshPartDS.hxx:70
virtual const SMDS_MeshElement * FindElement(int IDelem) const
Definition: SMESH_Mesh_i.cxx:7351
virtual SMDS_VolumeIteratorPtr volumesIterator() const
Return an iterator on volumes of the current mesh.
Definition: SMESH_Mesh_i.cxx:7474
virtual SMDS_EdgeIteratorPtr edgesIterator() const
Return an iterator on edges of the current mesh.
Definition: SMESH_Mesh_i.cxx:7472
virtual SMDS_FaceIteratorPtr facesIterator() const
Return an iterator on faces of the current mesh.
Definition: SMESH_Mesh_i.cxx:7473
virtual smIdType MinNodeID() const
Definition: SMESH_Mesh_i.cxx:7382
SMESH_MeshPartDS(SMESH::SMESH_IDSource_ptr meshPart)
Definition: SMESH_Mesh_i.cxx:7275
virtual smIdType MinElementID() const
Definition: SMESH_Mesh_i.cxx:7398
virtual smIdType MaxElementID() const
Definition: SMESH_Mesh_i.cxx:7388
TIDSortedElemSet _elements[SMDSAbs_NbElementTypes]
Definition: SMESH_MeshPartDS.hxx:69
virtual SMDS_NodeIteratorPtr nodesIterator() const
Return an iterator on nodes of the current mesh factory.
Definition: SMESH_Mesh_i.cxx:7471
virtual bool HasNumerationHoles()
are there holes in elements or nodes numeration
Definition: SMESH_Mesh_i.cxx:7366
virtual SMDS_ElemIteratorPtr elementEntityIterator(SMDSAbs_EntityType type) const
Definition: SMESH_Mesh_i.cxx:7426
virtual SMDS_ElemIteratorPtr elementsIterator(SMDSAbs_ElementType type=SMDSAbs_All) const
Return an iterator on elements of the current mesh factory.
Definition: SMESH_Mesh_i.cxx:7444
virtual smIdType MaxNodeID() const
Definition: SMESH_Mesh_i.cxx:7376