]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkMPR3DDataViewer.h
#3351 creaMaracas Visu Bug New Normal - Refresh ViewerNV
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / vtkMPR3DDataViewer.h
index 38c2a0fbb635d34b6e896401c8403a268d28084e..bdd59c28b457de0254f54633991adb2932f7f098 100644 (file)
@@ -61,35 +61,27 @@ public:
        void                                            SetPositionZ(int pos);
        void                                            SetVtkMPRBaseData(vtkMPRBaseData *vtkmprbasedata);
        vtkMPRBaseData*                         GetVtkMPRBaseData();
-       
        vtkColorTransferFunction        *GetvtkColorTransferFunction();
        std::vector<double >            *GetctFunVectorPoint();
        std::vector<double >            *GetctFunVectorRed();
        std::vector<double >            *GetctFunVectorGreen();
        std::vector<double >            *GetctFunVectorBlue();
-
        void setColorTransferFunction(vtkColorTransferFunction* colortable);
-
 private:
-       
        bool                                            _visiblePosition[3];
-
        // outline
        vtkOutlineFilter                        *_outlineData;
        vtkPolyDataMapper                       *_mapOutline;
        vtkActor                                        *_outline;
-
        //
        vtkColorTransferFunction        *_ctfun;
        std::vector<double>                     _ctFunVectorPoint;
        std::vector<double>                     _ctFunVectorRed;
        std::vector<double>                     _ctFunVectorGreen;
        std::vector<double>                     _ctFunVectorBlue;
-
 //     vtkLookupTable                          *_bwLut;
 //     vtkLookupTable                          *_hueLut;
 //     vtkLookupTable                          *_satLut;
-
        vtkImageMapToColors                     *_saggitalColors;
        vtkImageActor                           *_saggital;
        vtkImageMapToColors                     *_axialColors;
@@ -97,8 +89,6 @@ private:
        vtkImageMapToColors                     *_coronalColors;
        vtkImageActor                           *_coronal;
        vtkMPRBaseData                          *_vtkmprbasedata;
-
-
 };
 
 #endif /*VTKMPR3DDATAVIEWER_H_*/