Salome HOME
Merge remote-tracking branch 'remotes/origin/BR_PlaneGCS' into CodeCleanup
[modules/shaper.git] / src / GeomAPI / GeomAPI_Interface.cpp
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 // File:        GeomAPI_Interface.cpp
4 // Created:     23 Apr 2014
5 // Author:      Mikhail PONIKAROV
6
7 #include <GeomAPI_Interface.h>
8
9 GeomAPI_Interface::GeomAPI_Interface()
10 {
11
12 }
13
14 GeomAPI_Interface::~GeomAPI_Interface()
15 {
16
17 }
18
19 bool GeomAPI_Interface::empty() const
20 {
21   return myImpl.get() == 0;
22 }