28#ifndef itkSimpleDataObjectDecorator_h
29#define itkSimpleDataObjectDecorator_h
112 bool m_Initialized{};
116#ifndef ITK_MANUAL_INSTANTIATION
117# include "itkSimpleDataObjectDecorator.hxx"
Base class for all data objects in ITK.
Control indentation during Print() invocation.
Base class for most ITK classes.
Decorates any "simple" data type (data types without smart pointers) with a DataObject API.
void PrintSelf(std::ostream &os, Indent indent) const override
SimpleDataObjectDecorator()=default
virtual const T & Get() const
~SimpleDataObjectDecorator() override=default
virtual void Set(const T &val)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
class ITK_FORWARD_EXPORT DataObject