]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkMPR3DDataViewer.h
Diego Caceres: creaPanelButtonContainer changes: new structButtonContainerSettings...
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / vtkMPR3DDataViewer.h
index 3eb02167efe150c8d331db2af7fe4af2f8cd7dd8..9ab37eae85f3cff8fb71a31c7a5f0113a5332009 100644 (file)
 #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:
        vtkMPR3DDataViewer();
@@ -35,6 +42,8 @@ public:
        std::vector<double >       *GetctFunVectorGreen();
        std::vector<double >       *GetctFunVectorBlue();
 
+       void setColorTransferFunction(vtkColorTransferFunction* colortable);
+
 private:
        
        bool                                                            _visiblePosition[3];