]> SALOME platform Git repositories - modules/shaper.git/blob - ModelAPI_AttributeReference.cpp
Salome HOME
1eb90580f5faa49c3cebc664cb6253d237a4db7b
[modules/shaper.git] / 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 typeId();
12 }
13
14 ModelAPI_AttributeReference::~ModelAPI_AttributeReference()
15 {
16 }
17
18 ModelAPI_AttributeReference::ModelAPI_AttributeReference()
19 {
20 }