Salome HOME
The persistence mechanism of part results modification features support
[modules/shaper.git] / src / ModelAPI / ModelAPI_AttributeIntArray.cpp
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 // File:        ModelAPI_AttributeIntArray.cpp
4 // Created:     6 Mar 2015
5 // Author:      Natalia ERMOLAEVA
6
7 #include <ModelAPI_AttributeIntArray.h>
8
9
10 std::string ModelAPI_AttributeIntArray::attributeType()
11 {
12   return typeId();
13 }
14
15 /// To virtually destroy the fields of successors
16 ModelAPI_AttributeIntArray::~ModelAPI_AttributeIntArray()
17 {
18 }
19
20 ModelAPI_AttributeIntArray::ModelAPI_AttributeIntArray()
21 {
22 }