19 #ifndef itkDOMNodeXMLWriter_h
20 #define itkDOMNodeXMLWriter_h
24 #include "ITKIOXMLExport.h"
81 itkSetStringMacro(FileName);
84 itkGetStringMacro(FileName);
87 itkSetConstObjectMacro( Input,
InputType );
88 itkGetConstObjectMacro(Input,
InputType );
95 void Update( std::ostream& os, std::string indent =
"" );
100 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.
InputType::ConstPointer ConstInputPointer
SmartPointer< const Self > ConstPointer
std::ostream & operator<<(std::ostream &os, VariableLengthVectorExpression< TExpr1, TExpr2, TBinaryOp > const &v)
SmartPointer< Self > Pointer
Base class for most ITK classes.