|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
28 #ifndef itkOutputWindow_h
29 #define itkOutputWindow_h
37 struct OutputWindowGlobals;
81 DisplayText(
const char *);
107 this->DisplayText(t);
116 this->DisplayText(t);
122 itkSetMacro(PromptUser,
bool);
123 itkGetConstMacro(PromptUser,
bool);
124 itkBooleanMacro(PromptUser);
131 PrintSelf(std::ostream & os,
Indent indent)
const override;
Messages sent from the system are collected by this object.
Control indentation during Print() invocation.
static OutputWindowGlobals * m_PimplGlobals
Light weight base class for most itk classes.
virtual void DisplayErrorText(const char *t)
virtual void DisplayGenericOutputText(const char *t)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
virtual void DisplayDebugText(const char *t)
virtual void DisplayWarningText(const char *t)
#define itkGetGlobalDeclarationMacro(Type, VarName)
Base class for most ITK classes.