// File: SMDS_MeshGroup.lxx // Created: Fri Jun 7 12:00:06 2002 // Author: Jean-Michel BOULCOURT // //======================================================================= //function : Elements //purpose : //======================================================================= inline const SMDS_MapOfMeshElement& SMDS_MeshGroup::Elements() const { return myElements; }