#include <itkLoggerOutput.h>
Inheritance diagram for itk::LoggerOutput:
Public Types | |
typedef LoggerOutput | Self |
typedef OutputWindow | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef Logger * | LoggerType |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
virtual void | DisplayText (const char *t) |
virtual void | DisplayErrorText (const char *t) |
virtual void | DisplayWarningText (const char *t) |
virtual void | DisplayGenericOutputText (const char *t) |
virtual void | DisplayDebugText (const char *t) |
virtual void | SetLogger (LoggerType _arg) |
virtual LoggerType | GetLogger () |
virtual void | OverrideITKWindow () |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
LoggerOutput () | |
virtual | ~LoggerOutput () |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
Text messages that the system should display to the user are sent to this object (or subclasses of this object).
Definition at line 43 of file itkLoggerOutput.h.
|
Reimplemented from itk::OutputWindow. Definition at line 50 of file itkLoggerOutput.h. |
|
Definition at line 57 of file itkLoggerOutput.h. |
|
Reimplemented from itk::OutputWindow. Definition at line 49 of file itkLoggerOutput.h. |
|
Standard class typedefs. Reimplemented from itk::OutputWindow. Definition at line 47 of file itkLoggerOutput.h. |
|
Reimplemented from itk::OutputWindow. Definition at line 48 of file itkLoggerOutput.h. |
|
Definition at line 92 of file itkLoggerOutput.h. |
|
Definition at line 93 of file itkLoggerOutput.h. |
|
Send a string as a debug message to display. The default implementation calls DisplayText() but subclasses could present this message differently. Reimplemented from itk::OutputWindow. |
|
Send a string as an error message to display. The default implementation calls DisplayText() but subclasses could present this message differently. Reimplemented from itk::OutputWindow. |
|
Send a string as a message to display. The default implementation calls DisplayText() but subclasses could present this message differently. Reimplemented from itk::OutputWindow. |
|
Send a string to display. Reimplemented from itk::OutputWindow. |
|
Send a string as a warningmessage to display. The default implementation calls DisplayText() but subclasses could present this message differently. Reimplemented from itk::OutputWindow. |
|
|
|
Run-time type information (and related methods). Reimplemented from itk::OutputWindow. |
|
This is a singleton pattern New. There will only be ONE reference to a OutputWindow object per process. Clients that call this must call Delete on the object so that the reference counting will work. The single instance will be unreferenced when the program exits. Reimplemented from itk::OutputWindow. |
|
Definition at line 86 of file itkLoggerOutput.h. References itk::OutputWindow::SetInstance(). |
|
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from itk::OutputWindow. |
|
|