Salome HOME
Merge branch 'master' into Dev_1.1.0
[modules/shaper.git] / src / ModelAPI / ModelAPI_AttributeSelection.cpp
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 // File:        ModelAPI_AttributeSelection.cpp
4 // Created:     2 Oct 2014
5 // Author:      Mikhail PONIKAROV
6
7
8 #include "ModelAPI_AttributeSelection.h"
9
10
11 std::string ModelAPI_AttributeSelection::attributeType()
12 {
13   return typeId();
14 }
15
16 ModelAPI_AttributeSelection::~ModelAPI_AttributeSelection()
17 {
18 }
19
20 ModelAPI_AttributeSelection::ModelAPI_AttributeSelection()
21 {
22 }