Salome HOME
Multi-selection widget to be used in the extrusion feature.
[modules/shaper.git] / src / ModelAPI / ModelAPI_AttributeInteger.cpp
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 // File:        ModelAPI_AttributeInteger.cpp
4 // Created:     2 Apr 2014
5 // Author:      Mikhail PONIKAROV
6
7 #include <ModelAPI_AttributeInteger.h>
8
9
10 std::string ModelAPI_AttributeInteger::attributeType()
11 {
12   return type();
13 }
14
15 /// To virtually destroy the fields of successors
16 ModelAPI_AttributeInteger::~ModelAPI_AttributeInteger()
17 {
18 }
19
20 ModelAPI_AttributeInteger::ModelAPI_AttributeInteger()
21 {
22 }