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 =
"");
127 writer->SetInput(&
object);
ConstInputPointer m_Input
SmartPointer< const Self > ConstPointer
void Update(std::ostream &os, std::string indent="")
SmartPointer< Self > Pointer
InputType::ConstPointer ConstInputPointer
Class to represent a node in a Document Object Model (DOM) tree structure.
SmartPointer< const Self > ConstPointer
Implements transparent reference counting.
std::ostream & operator<<(std::ostream &os, const itk::DOMNode &object)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....