18#ifndef itkMetaConverterBase_h
19#define itkMetaConverterBase_h
22#include "metaObject.h"
41template <
unsigned int VDimension = 3>
78 itkSetMacro(WriteImagesInSeparateFile,
bool);
79 itkGetConstMacro(WriteImagesInSeparateFile,
bool);
80 itkBooleanMacro(WriteImagesInSeparateFile);
93 bool m_WriteImagesInSeparateFile{
false };
98#ifndef ITK_MANUAL_INSTATIATION
99# include "itkMetaConverterBase.hxx"
Light weight base class for most itk classes.
Base class for most ITK classes.
Implementation of the composite pattern.
SmartPointer< Self > Pointer
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....