Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027 #ifndef GEOMETRYGUI_SWIG_HXX
00028 #define GEOMETRYGUI_SWIG_HXX
00029
00030 #include "GEOM_GEOMGUI.hxx"
00031
00032
00033 #include <SALOMEconfig.h>
00034 #include CORBA_SERVER_HEADER(GEOM_Gen)
00035 #include CORBA_SERVER_HEADER(SALOMEDS)
00036 #include CORBA_SERVER_HEADER(SALOMEDS_Attributes)
00037
00038 class GEOMGUI_EXPORT GEOM_Swig
00039 {
00040 public:
00041 GEOM_Swig();
00042 ~GEOM_Swig();
00043
00044 void createAndDisplayGO(const char* Entry, bool isUpdated = true);
00045 void eraseGO(const char* Entry, bool allWindows);
00046 void createAndDisplayFitAllGO(const char* Entry);
00047 void UpdateViewer();
00048 void setDisplayMode(const char* Entry, int mode, bool isUpdated = true);
00049 void setVectorsMode(const char* Entry, bool isSet, bool isUpdated = true);
00050 void setColor(const char* Entry, int red, int green, int blue, bool isUpdated = true);
00051 void setTransparency(const char* Entry, float transp, bool isUpdated = true);
00052 void setDeflection(const char* Entry, float deflect);
00053
00054 int getIndexTopology(const char *SubEntry, const char *Entry);
00055 const char* getShapeTypeString(const char *Entry);
00056 const char* getShapeTypeIcon(const char *Ior);
00057
00058 bool initGeomGen();
00059 };
00060
00061 #endif // GEOMETRYGUI_SWIG_HXX