Salome HOME
yfr : Merge with v1.2
[modules/smesh.git] / src / SMDS / SMDS_MeshVolume.lxx
1 // File:        SMDS_MeshVolume.lxx
2 // Created:     Tue May  7 18:15:11 2002
3 // Author:      Jean-Michel BOULCOURT
4 //              <jmb@localhost.localdomain>
5
6 //=======================================================================
7 //function : GetKey
8 //purpose  : 
9 //           
10 //=======================================================================
11
12 inline Standard_Integer SMDS_MeshVolume::GetKey() const
13 {
14    return myKey;
15 }
16