#include <itkXMLFile.h>
Inheritance diagram for itk::XMLWriterBase< T >:
[NOHEADER] | |
void | WriteCharacterData (std::string &data, std::ofstream &file) |
T * | m_InputObject |
std::string | m_Filename |
Public Member Functions | |
XMLWriterBase () | |
virtual void | SetFilename (const char *_arg) |
virtual const char * | GetFilename () const |
virtual int | CanWriteFile (const char *name)=0 |
void | SetObject (T *toWrite) |
virtual int | WriteFile ()=0 |
void | WriteStartElement (const char *const tag, std::ofstream &file) |
void | WriteEndElement (const char *const tag, std::ofstream &file) |
void | WriteCharacterData (const char *const data, std::ofstream &file) |
void | WriteStartElement (std::string &tag, std::ofstream &file) |
void | WriteEndElement (std::string &tag, std::ofstream &file) |
Definition at line 104 of file itkXMLFile.h.
|
Constructor Sets object pointer to zero. Definition at line 110 of file itkXMLFile.h. |
|
Return non-zero if the filename given is writeable. Implemented in itk::PolygonGroupSpatialObjectXMLFileWriter. |
|
Get the filename to write |
|
Set the filename to write |
|
Give a pointer to the object to be written out to an XML file. Definition at line 124 of file itkXMLFile.h. |
|
Write character data inside a tag. Definition at line 160 of file itkXMLFile.h. |
|
Write character data inside a tag. Definition at line 142 of file itkXMLFile.h. |
|
Write an end element tag Definition at line 154 of file itkXMLFile.h. |
|
Write an end element tag Definition at line 136 of file itkXMLFile.h. |
|
Write the XML file, based on the Input Object Implemented in itk::PolygonGroupSpatialObjectXMLFileWriter. |
|
Write a start element tag Definition at line 148 of file itkXMLFile.h. |
|
Write out a start element tag Definition at line 130 of file itkXMLFile.h. |
|
Write character data inside a tag. Definition at line 166 of file itkXMLFile.h. |
|
Write character data inside a tag. Definition at line 165 of file itkXMLFile.h. |