]> SALOME platform Git repositories - modules/shaper.git/blob - src/ConnectorAPI/ConnectorAPI_Connector.h
Salome HOME
Issue #1860: fix end lines with spaces
[modules/shaper.git] / src / ConnectorAPI / ConnectorAPI_Connector.h
1 // Copyright (C) 2014-2016 CEA/DEN, EDF R&D
2
3 // Name   : ConnectorAPI_Connector.h
4 // Purpose:
5 //
6 // History:
7 // 16/06/16 - Sergey POKHODENKO - Creation of the file
8
9 #ifndef SRC_CONNECTORAPI_CONNECTORAPI_PART_H_
10 #define SRC_CONNECTORAPI_CONNECTORAPI_PART_H_
11
12 //--------------------------------------------------------------------------------------
13 #include "ConnectorAPI.h"
14 //--------------------------------------------------------------------------------------
15 #include <memory>
16 //--------------------------------------------------------------------------------------
17 class ModelAPI_Document;
18 //--------------------------------------------------------------------------------------
19 /**\ingroup CPPHighAPI
20  * \brief Export to GEOM
21  */
22 CONNECTORAPI_EXPORT
23 void exportToGEOM(const std::shared_ptr<ModelAPI_Document> & thePart);
24
25 //--------------------------------------------------------------------------------------
26 //--------------------------------------------------------------------------------------
27 #endif /* SRC_CONNECTORAPI_CONNECTORAPI_PART_H_ */