Salome HOME
NRI : Change lGeometryClient by lGEOMClient.
[modules/smesh.git] / src / SMDS / SMDS_MeshGroup.lxx
1 // File:        SMDS_MeshGroup.lxx
2 // Created:     Fri Jun  7 12:00:06 2002
3 // Author:      Jean-Michel BOULCOURT
4 //              <jmb@localhost.localdomain>
5
6 //=======================================================================
7 //function : Elements
8 //purpose  : 
9 //=======================================================================
10
11 inline const SMDS_MapOfMeshElement& SMDS_MeshGroup::Elements() const
12 {
13   return myElements;
14 }