Salome HOME
Issue #1865 : initial implementation of the "Fields" feature and additional attribute...
[modules/shaper.git] / src / ModelAPI / ModelAPI_AttributeTables.cpp
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 // File:        ModelAPI_AttributeStringArray.cpp
4 // Created:     14 Nov 2016
5 // Author:      Mikhail Ponikarov
6
7 #include "ModelAPI_AttributeTables.h"
8
9 //==================================================================================================
10 std::string ModelAPI_AttributeTables::attributeType()
11 {
12   return typeId();
13 }
14
15 //==================================================================================================
16 ModelAPI_AttributeTables::~ModelAPI_AttributeTables()
17 {
18 }
19
20 //==================================================================================================
21 ModelAPI_AttributeTables::ModelAPI_AttributeTables()
22 {
23 }