ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Protected Attributes | Private Member Functions
itk::XMLReader< T > Class Template Reference

template base class for an XMLReader It's purpose really is just to define the simple interface for extracting the object resulting from reading the XML File. Since it doesn't define any of the pure virtual methods in XMLReaderBase, It can't be instantiated by itself More...

#include <itkXMLFile.h>

Inheritance diagram for itk::XMLReader< T >:
Collaboration diagram for itk::XMLReader< T >:

List of all members.

Public Types

typedef XMLReader Self

Public Member Functions

void SetOutputObject (T *obj)

Protected Attributes

T * m_OutputObject

Private Member Functions

void operator= (const Self &)
 XMLReader (const Self &)
T * GetOutputObject (void)
 XMLReader ()
virtual ~XMLReader ()

Detailed Description

template<class T>
class itk::XMLReader< T >

template base class for an XMLReader It's purpose really is just to define the simple interface for extracting the object resulting from reading the XML File. Since it doesn't define any of the pure virtual methods in XMLReaderBase, It can't be instantiated by itself

Definition at line 92 of file itkXMLFile.h.


Member Typedef Documentation

template<class T>
typedef XMLReader itk::XMLReader< T >::Self

Standard class typedefs.

Reimplemented from itk::XMLReaderBase.

Reimplemented in itk::PolygonGroupSpatialObjectXMLFileReader.

Definition at line 95 of file itkXMLFile.h.


Constructor & Destructor Documentation

template<class T>
itk::XMLReader< T >::XMLReader ( ) [inline, protected]

Get the output object, after an XML File has been successfully parsed.

Definition at line 106 of file itkXMLFile.h.

template<class T>
virtual itk::XMLReader< T >::~XMLReader ( ) [inline, protected, virtual]

Get the output object, after an XML File has been successfully parsed.

Definition at line 107 of file itkXMLFile.h.

template<class T>
itk::XMLReader< T >::XMLReader ( const Self ) [private]

Member Function Documentation

template<class T>
T* itk::XMLReader< T >::GetOutputObject ( void  ) [inline]

Get the output object, after an XML File has been successfully parsed.

Definition at line 104 of file itkXMLFile.h.

template<class T>
void itk::XMLReader< T >::operator= ( const Self ) [private]

This method causes the filter to generate its output.

Reimplemented from itk::XMLReaderBase.

Reimplemented in itk::PolygonGroupSpatialObjectXMLFileReader.

template<class T>
void itk::XMLReader< T >::SetOutputObject ( T *  obj) [inline]

Set the output object. Doesn't make sense for a client of the XMLReader, but could be used in derived class to assign pointer to result object.

Definition at line 100 of file itkXMLFile.h.


Member Data Documentation

template<class T>
T* itk::XMLReader< T >::m_OutputObject [protected]

Definition at line 110 of file itkXMLFile.h.


The documentation for this class was generated from the following file: