]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkMPR3DDataViewer.h
Diego Caceres: changes in buttonContainerSettings.cxx
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / vtkMPR3DDataViewer.h
index 760e2c4169a5e1e516cfaa29ae2dbc0803b1616c..9ab37eae85f3cff8fb71a31c7a5f0113a5332009 100644 (file)
@@ -2,6 +2,20 @@
 #define VTKMPR3DDATAVIEWER_H_
 
 #include "wxMPRBaseData.h"
+#include "vtkProperty.h"
+#include <vtkImageMapToColors.h> 
+#include "vtkOutlineFilter.h"
+#include "vtkPolyDataMapper.h"
+#include "vtkActor.h"
+#include <vtkColorTransferFunction.h>
+#include "vtkImageActor.h"
+
+#ifdef _DEBUG
+#include <crtdbg.h>
+#define DEBUG_NEW new(_NORMAL_BLOCK ,__FILE__, __LINE__)
+#else
+#define DEBUG_NEW new
+#endif
 
 class creaMaracasVisu_EXPORT vtkMPR3DDataViewer {
 public:
@@ -28,6 +42,8 @@ public:
        std::vector<double >       *GetctFunVectorGreen();
        std::vector<double >       *GetctFunVectorBlue();
 
+       void setColorTransferFunction(vtkColorTransferFunction* colortable);
+
 private:
        
        bool                                                            _visiblePosition[3];