18#ifndef elxTransformixMain_h
19#define elxTransformixMain_h
22#include <itkTransformBase.h>
95 Run(
const ArgumentMapType & argmap,
const std::vector<ParameterMapType> & inputMaps, itk::TransformBase * =
nullptr);
A class with all functionality to configure elastix.
ComponentDatabase::ComponentDescriptionType ComponentDescriptionType
itk::ParameterMapInterface::ParameterMapType ParameterMapType
Configuration::CommandLineArgumentMapType ArgumentMapType
ElastixBase::DataObjectContainerType DataObjectContainerType
ElastixBase::DataObjectContainerPointer DataObjectContainerPointer
itk::DataObject::Pointer DataObjectPointer
ElastixBase::ObjectContainerPointer ObjectContainerPointer
itk::Object::Pointer ObjectPointer
ComponentDatabase::PtrToCreator PtrToCreator
ComponentDatabase::PixelTypeDescriptionType PixelTypeDescriptionType
ElastixBase::ObjectContainerType ObjectContainerType
ComponentDatabase::Pointer ComponentDatabasePointer
A class with all functionality to configure transformix.
int Run(const ArgumentMapType &argmap, const std::vector< ParameterMapType > &inputMaps, itk::TransformBase *=nullptr)
int RunWithTransform(itk::TransformBase *)
itk::SmartPointer< const Self > ConstPointer
itk::ParameterMapInterface::ParameterMapType ParameterMapType
Configuration::CommandLineArgumentMapType ArgumentMapType
ElastixBase::DataObjectContainerType DataObjectContainerType
int Run(const ArgumentMapType &argmap, const ParameterMapType &inputMap) override
int InitDBIndex() override
TransformixMain()=default
itk::SmartPointer< Self > Pointer
virtual void SetInputImageContainer(DataObjectContainerType *inputImageContainer)
~TransformixMain() override
int Run(const ArgumentMapType &argmap) override
ITK_DISALLOW_COPY_AND_MOVE(TransformixMain)