|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
19 #ifndef itkDOMWriter_h
20 #define itkDOMWriter_h
66 template <
typename TInput>
87 itkSetStringMacro(FileName);
90 itkGetStringMacro(FileName);
112 Update(
DOMNodeType * outputdom,
const void * userdata =
nullptr);
131 GenerateData(
DOMNodeType * outputdom,
const void * userdata)
const = 0;
157 #ifndef ITK_MANUAL_INSTANTIATION
158 # include "itkDOMWriter.hxx"
161 #endif // itkDOMWriter_h
DOMNodePointer m_IntermediateDOM
Used for logging information during a run.
LightObject::ConstPointer m_InputHolder
const InputType * m_Input
Class to write an ITK object to an XML file or a DOM object, using the DOM APIs.
Light weight base class for most itk classes.
typename LoggerType::Pointer LoggerPointer
typename DOMNodeType::Pointer DOMNodePointer
Class to represent a node in a Document Object Model (DOM) tree structure.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
Base class for most ITK classes.