Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / Model / Model_Feature.cxx
1 // File:        Model_Feature.hxx
2 // Created:     21 Mar 2014
3 // Author:      Mikhail PONIKAROV
4
5 #include <Model_Feature.h>
6
7 using namespace std;
8
9 Model_Feature::Model_Feature()
10 {
11 }
12
13 void Model_Feature::setLabel(TDF_Label& theLab)
14 {
15   myLab = theLab;
16 }