28 #ifndef __itkDataObjectDecorator_h
29 #define __itkDataObjectDecorator_h
65 template<
typename T >
86 virtual void Set(
const T *val);
89 virtual const T *
Get()
const;
106 #ifndef ITK_MANUAL_INSTANTIATION
107 #include "itkDataObjectDecorator.hxx"
SmartPointer< const Self > ConstPointer
virtual const T * Get() const
ComponentConstPointer m_Component
Decorates any subclass of itkObject with a DataObject API.
virtual void Set(const T *val)
SmartPointer< Self > Pointer
T::ConstPointer ComponentConstPointer
Control indentation during Print() invocation.
void operator=(const Self &)
virtual void PrintSelf(std::ostream &os, Indent indent) const
Base class for all data objects in ITK.