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(void* theImpl)
19 GeomAPI_Interface::~GeomAPI_Interface()
25 void GeomAPI_Interface::setImpl(void* theImpl)