X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FwxContourGUIExample%2FwxContourGUIExample.h;h=b339d9d012fc4b72ec7e5d184bb78f303da6c27d;hb=5f9eec28bcd434a65bcb932fe1608dda6e912196;hp=d4ea832bcac25cb7def9c13389024bc450fa52ca;hpb=507a00d9d7800568d6e8ae91905f2b07cd2b30ae;p=creaContours.git diff --git a/appli/wxContourGUIExample/wxContourGUIExample.h b/appli/wxContourGUIExample/wxContourGUIExample.h index d4ea832..b339d9d 100644 --- a/appli/wxContourGUIExample/wxContourGUIExample.h +++ b/appli/wxContourGUIExample/wxContourGUIExample.h @@ -42,6 +42,27 @@ #include #include "wxContourMainFrame.h" +#include +#include "vtkOutputWindow.h" + + +class vtkOutputWindowCreaContour : public vtkOutputWindow +{ +public: + vtkOutputWindowCreaContour() {} + static vtkOutputWindowCreaContour* New() { return new vtkOutputWindowCreaContour;} + + virtual void DisplayDebugText (const char *) {} + virtual void DisplayText (const char *) {} + virtual void DisplayErrorText (const char *) {} + virtual void DisplayWarningText (const char *) {} + virtual void DisplayGenericWarningText (const char *) {} + +protected: +}; + + + /* eed