Salome HOME
975cc9cd4fdb22ea4ee959543b14103c7c0bb455
[modules/geom.git] / src / GEOMGUI / GeometryGUI_Swig.cxx
1 //  GEOM GEOMGUI : GUI for Geometry component
2 //
3 //  Copyright (C) 2003  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 //  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS 
5 // 
6 //  This library is free software; you can redistribute it and/or 
7 //  modify it under the terms of the GNU Lesser General Public 
8 //  License as published by the Free Software Foundation; either 
9 //  version 2.1 of the License. 
10 // 
11 //  This library is distributed in the hope that it will be useful, 
12 //  but WITHOUT ANY WARRANTY; without even the implied warranty of 
13 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
14 //  Lesser General Public License for more details. 
15 // 
16 //  You should have received a copy of the GNU Lesser General Public 
17 //  License along with this library; if not, write to the Free Software 
18 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
19 // 
20 //  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
21 //
22 //
23 //
24 //  File   : GeometryGUI_Swig.cxx
25 //  Author : Nicolas REJNERI, Paul RASCLE
26 //  Module : GEOM
27 //  $Header$
28
29 #include "GeometryGUI_Swig.hxx"
30 #include "SALOMEGUI_Swig.hxx"
31
32
33 #include "GEOM_Actor.h"
34 #include "GEOM_Client.hxx"
35 #include "GEOM_AISShape.hxx"
36 #include "GEOM_AssemblyBuilder.h"
37 #include "GEOM_InteractiveObject.hxx"
38
39 #include "utilities.h"
40
41 using namespace std;
42
43 static GEOM_Client ShapeReader;
44
45
46 GEOM_Swig::GEOM_Swig()
47 {
48   // MESSAGE("Constructeur");
49 }
50
51 GEOM_Swig::~GEOM_Swig()
52 {
53   // MESSAGE("Destructeur");
54 }
55
56 void GEOM_Swig::createAndDisplayGO(const char* Entry)
57 {
58   // MESSAGE("createAndDisplayGO");
59
60 }
61
62
63 int  GEOM_Swig::getIndexTopology(const char* SubIOR, const char* IOR)
64 {
65
66   return -1;
67 }
68
69 const char* GEOM_Swig::getShapeTypeString(const char* IOR)
70 {
71
72   return 0;
73 }
74
75
76 const char* GEOM_Swig::getShapeTypeIcon(const char* IOR)
77 {
78   return "None";
79 }
80
81 void GEOM_Swig::setDisplayMode(const char* theEntry, int theMode)
82 {
83 }
84
85 void GEOM_Swig::setColor(const char* theEntry, int red, int green, int blue)
86 {
87 }
88
89 void GEOM_Swig::setTransparency(const char* theEntry, float transp)
90 {
91 }