Salome HOME
Fix for Bug IPAL8945
[modules/visu.git] / src / VISU_SWIG / libVISU_Swig.i
index ee17ad917a30b4841afb61c12ee41258d376c555..1f9a4de79a811b50957e926adf6ca86cfca54857 100644 (file)
 //  $Header$
 
 %module libVISU_Swig
+%{
+#include "VISU_Gen_s.hh"
+%}
 
-//%include "VisuGUI_Swig.i"
+
+class Convertor{
+public:
+  Convertor(){};
+  Convertor(const char* theFileName);
+};
+
+
+class ScalarMap{
+public:
+  ScalarMap(){};
+  ScalarMap(Convertor* theConvertor, const char* theMeshName, int theEntity, 
+            const char* theFieldName, int theIteration);
+};
+
+class View3D{
+public:
+  View3D();
+  void Display(ScalarMap* theScalarMap);
+  void SetPosition(int theX, int theY);
+};
\ No newline at end of file