Salome HOME
This commit was generated by cvs2git to track changes on a CVS vendor
[modules/smesh.git] / src / SMDS / SMDS_Position.cxx
1 using namespace std;
2 // File:        SMDS_Position.cxx
3 // Created:     Mon May 13 13:50:20 2002
4 // Author:      Jean-Michel BOULCOURT
5 //              <jmb@localhost.localdomain>
6
7
8 #include "SMDS_Position.ixx"
9
10 //=======================================================================
11 //function : SMDS_Position
12 //purpose  : 
13 //=======================================================================
14
15 SMDS_Position::SMDS_Position(const Standard_Integer aShapeId, 
16                              const SMDS_TypeOfPosition aType)
17   :myShapeId(aShapeId),myType(aType)
18 {
19 }