18#ifndef itkMetaSceneConverter_h
19#define itkMetaSceneConverter_h
45template <
unsigned int VDimension = 3,
46 typename PixelType =
unsigned char,
79 itkSetMacro(MetaIOVersion,
unsigned int);
80 itkGetConstMacro(MetaIOVersion,
unsigned int);
89 const std::string & fileName,
91 const std::string & soName =
"");
98 itkSetMacro(BinaryPoints,
bool);
99 itkGetConstMacro(BinaryPoints,
bool);
100 itkBooleanMacro(BinaryPoints);
104 itkSetMacro(TransformPrecision,
unsigned int);
105 itkGetMacro(TransformPrecision,
unsigned int);
109 itkSetMacro(WriteImagesInSeparateFile,
bool);
110 itkGetConstMacro(WriteImagesInSeparateFile,
bool);
111 itkBooleanMacro(WriteImagesInSeparateFile);
121 const std::string & spatialObjectTypeName,
131 const std::string & name =
"");
145 template <
typename TConverter>
149 auto converter = TConverter::New();
153 return converter->SpatialObjectToMetaObject(so);
155 template <
typename TConverter>
159 auto converter = TConverter::New();
161 return converter->MetaObjectToSpatialObject(mo);
178#ifndef ITK_MANUAL_INSTANTIATION
179# include "itkMetaSceneConverter.hxx"
Implements transparent reference counting.
Implementation of the composite pattern.
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
static constexpr unsigned int MaximumDepth
AffineTransform< ScalarType, VDimension > TransformType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....