ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkTextOutput.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef TextOutput | Self |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual void | DisplayText (const char *s) |
virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
TextOutput () | |
virtual | ~TextOutput () |
Private Member Functions | |
void | operator= (const Self &) |
TextOutput (const Self &) |
Definition at line 27 of file itkTextOutput.h.
typedef SmartPointer< const Self > itk::TextOutput::ConstPointer |
Reimplemented from itk::OutputWindow.
Definition at line 32 of file itkTextOutput.h.
typedef SmartPointer< Self > itk::TextOutput::Pointer |
Reimplemented from itk::OutputWindow.
Definition at line 31 of file itkTextOutput.h.
typedef TextOutput itk::TextOutput::Self |
Standard class typedefs.
Reimplemented from itk::OutputWindow.
Definition at line 30 of file itkTextOutput.h.
itk::TextOutput::TextOutput | ( | ) | [protected] |
virtual itk::TextOutput::~TextOutput | ( | ) | [protected, virtual] |
itk::TextOutput::TextOutput | ( | const Self & | ) | [private] |
virtual::itk::LightObject::Pointer itk::TextOutput::CreateAnother | ( | void | ) | const [virtual] |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
virtual void itk::TextOutput::DisplayText | ( | const char * | ) | [inline, virtual] |
Send a string to display.
Reimplemented from itk::OutputWindow.
Definition at line 40 of file itkTextOutput.h.
virtual const char* itk::TextOutput::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::OutputWindow.
static Pointer itk::TextOutput::New | ( | ) | [static] |
New macro for creation of through a Smart Pointer
Reimplemented from itk::OutputWindow.
void itk::TextOutput::operator= | ( | const Self & | ) | [private] |
Mutex lock to protect modification to the reference count
Reimplemented from itk::OutputWindow.