Salome HOME
Implementation of color as integer array attribute
[modules/shaper.git] / src / ModelAPI / ModelAPI_AttributeReference.cpp
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 // File:        ModelAPI_AttributeReference.cpp
4 // Created:     8 May 2014
5 // Author:      Mikhail PONIKAROV
6
7 #include "ModelAPI_AttributeReference.h"
8
9 std::string ModelAPI_AttributeReference::attributeType()
10 {
11   return type();
12 }
13
14 ModelAPI_AttributeReference::~ModelAPI_AttributeReference()
15 {
16 }
17
18 ModelAPI_AttributeReference::ModelAPI_AttributeReference()
19 {
20 }