19#ifndef itkDOMNodeXMLWriter_h
20#define itkDOMNodeXMLWriter_h
24#include "ITKIOXMLExport.h"
83 itkSetStringMacro(FileName);
86 itkGetStringMacro(FileName);
98 Update(std::ostream & os, std::string indent =
"");
111 std::string m_FileName{};
117 std::string m_IndentStep{};
127 writer->SetInput(&
object);
Class to write a DOM object to an XML file or an output stream.
void Update(std::ostream &os, std::string indent="")
Class to represent a node in a Document Object Model (DOM) tree structure.
Light weight base class for most itk classes.
Base class for most ITK classes.
SmartPointer< const Self > ConstPointer
std::ostream & operator<<(std::ostream &os, const itk::DOMNode &object)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....