X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FwxContourGUIExample%2FwxContourGUIExample.h;h=4a88e94eb8e2864d287be79f6bff751ad598ee1f;hb=be072a1f7f8ed1b487717acf226cd381192c26f3;hp=d4ea832bcac25cb7def9c13389024bc450fa52ca;hpb=242e4c37e5e22bcba90456327564ea9b3d1d6274;p=creaContours.git diff --git a/appli/wxContourGUIExample/wxContourGUIExample.h b/appli/wxContourGUIExample/wxContourGUIExample.h index d4ea832..4a88e94 100644 --- a/appli/wxContourGUIExample/wxContourGUIExample.h +++ b/appli/wxContourGUIExample/wxContourGUIExample.h @@ -42,6 +42,26 @@ #include #include "wxContourMainFrame.h" +#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