]> Creatis software - creaMaracasVisu.git/blobdiff - lib/GUI/Base/SurfaceRenderer/wxMaracasSurfaceRenderingManager.h
addition of image stencil to surface rendering
[creaMaracasVisu.git] / lib / GUI / Base / SurfaceRenderer / wxMaracasSurfaceRenderingManager.h
index 63427972a6c9e3709e1004675c94df63005c9814..abaaf4653b12caf7a5c22ea9c30fd7e1811da0ae 100644 (file)
@@ -3,8 +3,8 @@
   Program:   wxMaracas
   Module:    $RCSfile: wxMaracasSurfaceRenderingManager.h,v $
   Language:  C++
-  Date:      $Date: 2011/10/05 16:26:55 $
-  Version:   $Revision: 1.2 $
+  Date:      $Date: 2012/05/11 11:46:37 $
+  Version:   $Revision: 1.3 $
 
   Copyright: (c) 2002, 2003
   License:
@@ -55,6 +55,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 +80,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 +97,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 +143,7 @@ public:
         void loadProp3DSTL(const char* filename);
 
 
+        void exportImageStencil(int propid,const char* filename);
        
 private:       
        std::vector<wxMaracasSurfaceRenderingManagerData*> prop3Dvect;