ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
Classes | |
class | itk::DOMNode |
Class to represent a node in a Document Object Model (DOM) tree structure. More... | |
class | itk::DOMNodeXMLReader |
Class to read a DOM object from an XML file or an input stream. More... | |
class | itk::DOMNodeXMLWriter |
Class to write a DOM object to an XML file or an output stream. More... | |
class | itk::DOMReader< TOutput > |
Class to read an ITK object from an XML file or a DOM object, using the DOM APIs. More... | |
class | itk::DOMTextNode |
Class to represent a special DOM node that holds a text string. More... | |
class | itk::DOMWriter< TInput > |
Class to write an ITK object to an XML file or a DOM object, using the DOM APIs. More... | |
class | itk::FancyString |
A special string type that is used to aid I/O operations in DOM-based object readers/writers. More... | |
class | itk::FileTools |
This is a helper class to provide file/directory manipulations such as file creation, directory creation, etc. More... | |
class | itk::StringTools |
A set of tools to manipulate a string. More... | |
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 More... | |
class | itk::XMLReaderBase |
class | itk::XMLWriterBase< T > |
This module contains classes for reading and writing XML files with the expat library.