]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMaracasMultipleVolumeRendererManagerData.h
*** empty log message ***
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / wxMaracasMultipleVolumeRendererManagerData.h
index b117450246c7e622b6434678ba1889ac474f2eaf..3494bfb4ff90b497177652d39b0c4f466f091fc8 100644 (file)
@@ -25,27 +25,36 @@ public:
        **      Check if the variables are setted correctly
        **/
        void checkInvariant();
+
+       /**
+       ** Updates volume
+       **/
+       void Update();
+       
        /**
        **      get the prop3D 
        **/
        vtkProp3D* getProp3D();
+       
        /**
        **      return the id from the daat
        **/
        int getId();
+       
        /**
        **      set data id
        **/
        void setId(int propid);
+       
        /**
        **      Get the filanme
        **/
     std::string getDataname();
+       
        /**
        ** Set the filanme
        **/
-    void setDataname(std::string dataname);    
-
+    void setDataname(std::string dataname);
        
        /**
        **      Set Volume Color
@@ -59,6 +68,14 @@ public:
        **      Volume Opacity
        **/
        void setVolumeOpacity(std::vector<double> greylevel,std::vector<double> value);
+
+       vtkPiecewiseFunction* GetTransferFunction(){
+               return _tfun;
+       }
+
+       vtkColorTransferFunction* GetColorFunction(){
+               return _ctfun;
+       }
        
 protected:
        /**