1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
3 // File: GeomAPI_Interface.cpp
4 // Created: 23 Apr 2014
5 // Author: Mikhail PONIKAROV
7 #include <GeomAPI_Interface.h>
9 GeomAPI_Interface::GeomAPI_Interface()
14 GeomAPI_Interface::~GeomAPI_Interface()
19 bool GeomAPI_Interface::empty() const
21 return myImpl.get() == 0;