]> Creatis software - creaMaracasVisu.git/blobdiff - lib/GUI/Base/SurfaceRenderer/wxMaracasSurfaceRenderingManager.h
#2532 creaMaracasVisu Feature New Normal - creaPanelButtonContainer All List Contain...
[creaMaracasVisu.git] / lib / GUI / Base / SurfaceRenderer / wxMaracasSurfaceRenderingManager.h
index 63427972a6c9e3709e1004675c94df63005c9814..a5f3d6a48291c0d856e0341f4f04205eee661ec5 100644 (file)
@@ -1,10 +1,35 @@
+/*# ---------------------------------------------------------------------
+#
+# Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image
+#                        pour la Sant�)
+# Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton
+# Previous Authors : Laurent Guigues, Jean-Pierre Roux
+# CreaTools website : www.creatis.insa-lyon.fr/site/fr/creatools_accueil
+#
+#  This software is governed by the CeCILL-B license under French law and
+#  abiding by the rules of distribution of free software. You can  use,
+#  modify and/ or redistribute the software under the terms of the CeCILL-B
+#  license as circulated by CEA, CNRS and INRIA at the following URL
+#  http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
+#  or in the file LICENSE.txt.
+#
+#  As a counterpart to the access to the source code and  rights to copy,
+#  modify and redistribute granted by the license, users are provided only
+#  with a limited warranty  and the software's author,  the holder of the
+#  economic rights,  and the successive licensors  have only  limited
+#  liability.
+#
+#  The fact that you are presently reading this means that you have had
+#  knowledge of the CeCILL-B license and that you accept its terms.
+# ------------------------------------------------------------------------ */
+
 /*=========================================================================
 
   Program:   wxMaracas
   Module:    $RCSfile: wxMaracasSurfaceRenderingManager.h,v $
   Language:  C++
-  Date:      $Date: 2011/10/05 16:26:55 $
-  Version:   $Revision: 1.2 $
+  Date:      $Date: 2012/11/15 14:17:03 $
+  Version:   $Revision: 1.4 $
 
   Copyright: (c) 2002, 2003
   License:
@@ -55,6 +80,12 @@ public:
        **      Adds a prop3D to the manager and returns the identifier
        **/
        int addProp3D(int idTP, vtkProp3D* prop3D, std::string dataname) throw (char*);
+
+        /**
+        **     Adds a polydata and creates the prop3D (actor) to the manager and returns the identifier
+        **/
+        int addProp3D(int idTP, std::string filename, std::string dataname = "");
+
        /**
        **      Adds a prop3D to the manager and returns the identifier
        **/
@@ -74,7 +105,7 @@ public:
        /**
        **      loads a prop3D from a nSTL file
        **/
-       vtkProp3D* getProp3D(std::string filename);
+        //vtkProp3D* getProp3D(std::string filename);
 
        /**
        **      loads a MHD file to convert it into an actor
@@ -91,7 +122,7 @@ public:
        /**
        **      adds or removes an actor depending of the bool value
        **/
-       void addRemoveActor(int propid, bool addremove)throw(char*);
+        bool addRemoveActor(int propid, bool addremove)throw(char*);
        /**
        **
        **/
@@ -137,6 +168,7 @@ public:
         void loadProp3DSTL(const char* filename);
 
 
+        void exportImageStencil(int propid,const char* filename);
        
 private:       
        std::vector<wxMaracasSurfaceRenderingManagerData*> prop3Dvect;