Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::TextOutput Class Reference

#include <itkTextOutput.h>

Inheritance diagram for itk::TextOutput:

Inheritance graph
[legend]
Collaboration diagram for itk::TextOutput:

Collaboration graph
[legend]
List of all members.

Public Types

typedef TextOutput Self
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer

Public Member Functions

virtual void DisplayText (const char *s)

Static Public Member Functions

Pointer New ()

Member Typedef Documentation

typedef SmartPointer<const Self> itk::TextOutput::ConstPointer
 

Reimplemented from itk::OutputWindow.

Definition at line 29 of file itkTextOutput.h.

typedef SmartPointer<Self> itk::TextOutput::Pointer
 

Reimplemented from itk::OutputWindow.

Definition at line 28 of file itkTextOutput.h.

typedef TextOutput itk::TextOutput::Self
 

Standard class typedefs.

Reimplemented from itk::OutputWindow.

Definition at line 27 of file itkTextOutput.h.


Member Function Documentation

virtual void itk::TextOutput::DisplayText const char *  s  )  [inline, virtual]
 

Send a string to display.

Reimplemented from itk::OutputWindow.

Definition at line 31 of file itkTextOutput.h.

Pointer itk::TextOutput::New  )  [static]
 

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.


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 03:13:38 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000