Go to the source code of this file.
Classes | |
class | itk::SimpleDataObjectDecorator< T > |
Decorates any "simple" data type (data types without smart pointers) with a DataObject API. More... | |
Namespaces | |
namespace | itk |
Defines | |
#define | ITK_TEMPLATE_SimpleDataObjectDecorator(_, EXPORT, x, y) |
#define ITK_TEMPLATE_SimpleDataObjectDecorator | ( | _, | ||
EXPORT, | ||||
x, | ||||
y | ||||
) |
namespace itk { \ _(1(class EXPORT SimpleDataObjectDecorator< ITK_TEMPLATE_1 x >)) \ namespace Templates { typedef SimpleDataObjectDecorator< ITK_TEMPLATE_1 x > \ SimpleDataObjectDecorator##y; } \ }
Definition at line 104 of file itkSimpleDataObjectDecorator.h.