]> SALOME platform Git repositories - modules/shaper.git/blob - GeomDataAPI_Point.cpp
Salome HOME
a5874ba48c04d2ebc9ce49b0277f35cfa13d90e6
[modules/shaper.git] / 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 }