Salome HOME
Revert "Add a new method for translation : translation by two points."
[modules/shaper.git] / src / GeomDataAPI / GeomDataAPI_Point.cpp
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 // File:        GeomDataAPI_Point.cpp
4 // Created:     24 Apr 2014
5 // Author:      Mikhail PONIKAROV
6
7 #include <GeomDataAPI_Point.h>
8
9 std::string GeomDataAPI_Point::attributeType()
10 {
11   return typeId();
12 }
13
14 GeomDataAPI_Point::GeomDataAPI_Point()
15 {
16 }
17
18 GeomDataAPI_Point::~GeomDataAPI_Point()
19 {
20 }