19 #ifndef itkDOMNodeXMLWriter_h
20 #define itkDOMNodeXMLWriter_h
24 #include "ITKIOXMLExport.h"
83 itkSetStringMacro(FileName);
86 itkGetStringMacro(FileName);
89 itkSetConstObjectMacro( Input,
InputType );
90 itkGetConstObjectMacro(Input,
InputType );
97 void Update( std::ostream& os, std::string indent =
"" );
102 virtual void Update();
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, VariableLengthVectorExpression< TExpr1, TExpr2, TBinaryOp > const &v)
Base class for most ITK classes.