18#ifndef itkMetaConverterBase_h
19#define itkMetaConverterBase_h
22#include "metaObject.h"
41template <
unsigned int VDimension = 3>
60 itkSetMacro(MetaIOVersion,
unsigned int);
61 itkGetConstMacro(MetaIOVersion,
unsigned int);
88 itkSetMacro(WriteImagesInSeparateFile,
bool);
89 itkGetConstMacro(WriteImagesInSeparateFile,
bool);
90 itkBooleanMacro(WriteImagesInSeparateFile);
103 bool m_WriteImagesInSeparateFile{
false };
104 unsigned int m_MetaIOVersion{ 0 };
109#ifndef ITK_MANUAL_INSTATIATION
110# include "itkMetaConverterBase.hxx"
Light weight base class for most itk classes.
Base class for most ITK classes.
Implementation of the composite pattern.
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....