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

itk::XMLReader< T > Class Template Reference

#include <itkXMLFile.h>

Inheritance diagram for itk::XMLReader< T >:

Inheritance graph
[legend]
Collaboration diagram for itk::XMLReader< T >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

void SetOutputObject (T *obj)
T * GetOutputObject (void)

Protected Attributes

T * m_OutputObject

Detailed Description

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

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 79 of file itkXMLFile.h.


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 90 of file itkXMLFile.h.

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 86 of file itkXMLFile.h.


Member Data Documentation

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

Definition at line 92 of file itkXMLFile.h.


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