Salome HOME
Integration some new classes for working of core mesher
[modules/smesh.git] / src / SMESH / SMESH_SequenceOfElemPtr.hxx
1 // File:      SMESH_SequenceOfElemPtr.hxx
2 // Created:   26.09.05 17:41:10
3 // Author:    Sergey KUUL
4 // Copyright: Airbus Industries 2004
5
6
7 #ifndef SMESH_SequenceOfElemPtr_HeaderFile
8 #define SMESH_SequenceOfElemPtr_HeaderFile
9
10 #include <NCollection_DefineSequence.hxx>
11
12 //#include <Handle_SMDS_MeshElement.hxx>
13 #include <SMDS_MeshElement.hxx>
14
15 typedef const SMDS_MeshElement* SMDS_MeshElementPtr;
16
17 DEFINE_BASECOLLECTION (SMESH_BaseCollectionElemPtr, SMDS_MeshElementPtr)
18 DEFINE_SEQUENCE (SMESH_SequenceOfElemPtr, SMESH_BaseCollectionElemPtr, SMDS_MeshElementPtr)
19
20 #endif