19 #ifndef __itkDOMNodeXMLWriter_h
20 #define __itkDOMNodeXMLWriter_h
80 itkSetStringMacro(FileName);
83 itkGetStringMacro(FileName);
86 itkSetConstObjectMacro( Input,
InputType );
87 itkGetConstObjectMacro(Input,
InputType );
94 void Update( std::ostream& os, std::string indent =
"" );
124 writer->SetInput( &
object );
125 writer->Update( os );
130 #endif // __itkDOMNodeXMLWriter_h
Light weight base class for most itk classes.
ConstInputPointer m_Input
Class to represent a node in a Document Object Model (DOM) tree structure.
Class to write a DOM object to an XML file or an output stream.
std::ostream & operator<<(std::ostream &os, const itk::DOMNode &object)
InputType::ConstPointer ConstInputPointer
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
void operator=(const Self &)
Base class for most ITK classes.