Salome HOME
Issue #1629 : it is not anymore possible to select entities first in the sketcher...
[modules/shaper.git] / src / ConnectorAPI / ConnectorAPI_Connector.h
1 // Name   : ConnectorAPI_Connector.h
2 // Purpose: 
3 //
4 // History:
5 // 16/06/16 - Sergey POKHODENKO - Creation of the file
6
7 #ifndef SRC_CONNECTORAPI_CONNECTORAPI_PART_H_
8 #define SRC_CONNECTORAPI_CONNECTORAPI_PART_H_
9
10 //--------------------------------------------------------------------------------------
11 #include "ConnectorAPI.h"
12 //--------------------------------------------------------------------------------------
13 #include <memory>
14 //--------------------------------------------------------------------------------------
15 class ModelAPI_Document;
16 //--------------------------------------------------------------------------------------
17 /**\ingroup CPPHighAPI
18  * \brief Export to GEOM
19  */
20 CONNECTORAPI_EXPORT
21 void exportToGEOM(const std::shared_ptr<ModelAPI_Document> & thePart);
22
23 //--------------------------------------------------------------------------------------
24 //--------------------------------------------------------------------------------------
25 #endif /* SRC_CONNECTORAPI_CONNECTORAPI_PART_H_ */