19 #ifndef __itkDOMNodeXMLWriter_h
20 #define __itkDOMNodeXMLWriter_h
80 itkSetStringMacro(FileName);
83 itkGetStringMacro(FileName);
86 itkSetConstObjectMacro( Input,
InputType );
89 itkGetConstObjectMacro( Input,
InputType );
95 void Update( std::ostream& os, std::string indent =
"" );
125 writer->SetInput( &
object );
126 writer->Update( os );
131 #endif // __itkDOMNodeXMLWriter_h