Salome HOME
Fix for Bug IPAL8945
[modules/visu.git] / src / VISU_SWIG / libVISU_Swig.i
index 17ddcb2648cace3b290fe522c2ba9d2b4f4c5fa3..1f9a4de79a811b50957e926adf6ca86cfca54857 100644 (file)
@@ -1,12 +1,54 @@
-//=============================================================================
-// File      : libVISU_Swig.i
-// Created   : mar nov 27 18:00:44 CET 2001
-// Author    : Paul RASCLE, EDF
-// Project   : SALOME
-// Copyright : EDF 2001
-// $Header$
-//=============================================================================
+//  VISU VISU_SWIG : binding of C++ implementation and Python
+//
+//  Copyright (C) 2003  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+//  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS 
+// 
+//  This library is free software; you can redistribute it and/or 
+//  modify it under the terms of the GNU Lesser General Public 
+//  License as published by the Free Software Foundation; either 
+//  version 2.1 of the License. 
+// 
+//  This library is distributed in the hope that it will be useful, 
+//  but WITHOUT ANY WARRANTY; without even the implied warranty of 
+//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
+//  Lesser General Public License for more details. 
+// 
+//  You should have received a copy of the GNU Lesser General Public 
+//  License along with this library; if not, write to the Free Software 
+//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
+// 
+//  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
+//
+//
+//
+//  File   : libVISU_Swig.i
+//  Author : Paul RASCLE, EDF
+//  Module : VISU
+//  $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