#include <itkTextOutput.h>
Inheritance diagram for itk::TextOutput:
Public Types | |
typedef TextOutput | Self |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
Public Member Functions | |
virtual void | DisplayText (const char *s) |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
TextOutput () | |
virtual | ~TextOutput () |
|
Reimplemented from itk::OutputWindow. Definition at line 29 of file itkTextOutput.h. |
|
Reimplemented from itk::OutputWindow. Definition at line 28 of file itkTextOutput.h. |
|
Standard class typedefs. Reimplemented from itk::OutputWindow. Definition at line 27 of file itkTextOutput.h. |
|
|
|
|
|
Send a string to display. Reimplemented from itk::OutputWindow. Definition at line 31 of file itkTextOutput.h. |
|
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. |