Salome HOME
Fix for bug PAL9227 : SMESH : documentation on group is wrong.
[modules/smesh.git] / src / SMESH / SMESH_SequenceOfNode.hxx
1 // File:      SMESH_SequenceOfNode.hxx
2 // Created:   11.11.05 10:00:04
3 // Author:    Sergey KUUL
4 // Copyright: Open CASCADE 2005
5
6
7 #ifndef SMESH_SequenceOfNode_HeaderFile
8 #define SMESH_SequenceOfNode_HeaderFile
9
10 #include <NCollection_DefineSequence.hxx>
11
12 typedef const SMDS_MeshNode* SMDS_MeshNodePtr;
13
14 DEFINE_BASECOLLECTION (SMESH_BaseCollectionNodePtr, SMDS_MeshNodePtr)
15 DEFINE_SEQUENCE(SMESH_SequenceOfNode,
16                 SMESH_BaseCollectionNodePtr, SMDS_MeshNodePtr)
17
18
19 #endif