![]() |
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <elxTransformixMain.h>
A class with all functionality to configure transformix.
The TransformixMain class inherits from ElastixMain. We overwrite the Run() -function. In the new Run() the Run()-function from the ElastixTemplate-class is not called (as in elxElastixMain.cxx), because this time we don't want to start a registration, but just apply a transformation to an input image.
Definition at line 38 of file elxTransformixMain.h.
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static ComponentDatabase * | GetComponentDatabase (void) |
static Pointer | New () |
static void | SetComponentDatabase (ComponentDatabase *arg) |
static void | UnloadComponents (void) |
Protected Member Functions | |
int | InitDBIndex (void) override |
TransformixMain () | |
~TransformixMain () override | |
![]() | |
virtual ObjectPointer | CreateComponent (const ComponentDescriptionType &name) |
virtual ObjectContainerPointer | CreateComponents (const ComponentDescriptionType &key, const ComponentDescriptionType &defaultComponentName, int &errorcode, bool mandatoryComponent=true) |
ElastixMain () | |
void | GetImageInformationFromFile (const std::string &filename, ImageDimensionType &imageDimension) const |
virtual int | InitDBIndex (void) |
virtual int | LoadComponents (void) |
~ElastixMain () override | |
Private Member Functions | |
void | operator= (const Self &) |
TransformixMain (const Self &) | |
typedef Superclass::ArgumentMapType elastix::TransformixMain::ArgumentMapType |
Definition at line 65 of file elxTransformixMain.h.
typedef Superclass::ComponentDatabasePointer elastix::TransformixMain::ComponentDatabasePointer |
Definition at line 76 of file elxTransformixMain.h.
typedef Superclass::ComponentDatabaseType elastix::TransformixMain::ComponentDatabaseType |
Typedefs for the database that holds pointers to New() functions. Those functions are used to instantiate components, such as the metric etc.
Definition at line 75 of file elxTransformixMain.h.
typedef Superclass::ComponentDescriptionType elastix::TransformixMain::ComponentDescriptionType |
Definition at line 78 of file elxTransformixMain.h.
typedef Superclass::ComponentLoaderPointer elastix::TransformixMain::ComponentLoaderPointer |
Definition at line 85 of file elxTransformixMain.h.
typedef Superclass::ComponentLoaderType elastix::TransformixMain::ComponentLoaderType |
Typedef for class that populates a ComponentDatabase.
Definition at line 84 of file elxTransformixMain.h.
typedef Superclass::ConfigurationPointer elastix::TransformixMain::ConfigurationPointer |
Definition at line 66 of file elxTransformixMain.h.
typedef Superclass::ConfigurationType elastix::TransformixMain::ConfigurationType |
Definition at line 64 of file elxTransformixMain.h.
typedef itk::SmartPointer< const Self > elastix::TransformixMain::ConstPointer |
Definition at line 46 of file elxTransformixMain.h.
typedef Superclass::DataObjectContainerPointer elastix::TransformixMain::DataObjectContainerPointer |
Definition at line 70 of file elxTransformixMain.h.
typedef Superclass::DataObjectContainerType elastix::TransformixMain::DataObjectContainerType |
Definition at line 68 of file elxTransformixMain.h.
typedef Superclass::DataObjectPointer elastix::TransformixMain::DataObjectPointer |
Definition at line 60 of file elxTransformixMain.h.
typedef Superclass::DataObjectType elastix::TransformixMain::DataObjectType |
Definition at line 59 of file elxTransformixMain.h.
typedef Superclass::DBIndexType elastix::TransformixMain::DBIndexType |
Definition at line 81 of file elxTransformixMain.h.
typedef Superclass::ElastixBaseType elastix::TransformixMain::ElastixBaseType |
Elastix components.
Definition at line 63 of file elxTransformixMain.h.
typedef Superclass::ImageDimensionType elastix::TransformixMain::ImageDimensionType |
Definition at line 80 of file elxTransformixMain.h.
typedef Superclass::ObjectContainerPointer elastix::TransformixMain::ObjectContainerPointer |
Definition at line 69 of file elxTransformixMain.h.
typedef Superclass::ObjectContainerType elastix::TransformixMain::ObjectContainerType |
Definition at line 67 of file elxTransformixMain.h.
typedef Superclass::ObjectPointer elastix::TransformixMain::ObjectPointer |
Definition at line 58 of file elxTransformixMain.h.
typedef Superclass::ObjectType elastix::TransformixMain::ObjectType |
Typedef's from Superclass. typedef's from itk base Object.
Definition at line 57 of file elxTransformixMain.h.
typedef Superclass::ParameterMapType elastix::TransformixMain::ParameterMapType |
Typedef that is used in the elastix dll version.
Definition at line 88 of file elxTransformixMain.h.
typedef Superclass::PixelTypeDescriptionType elastix::TransformixMain::PixelTypeDescriptionType |
Definition at line 79 of file elxTransformixMain.h.
typedef itk::SmartPointer< Self > elastix::TransformixMain::Pointer |
Definition at line 45 of file elxTransformixMain.h.
typedef Superclass::PtrToCreator elastix::TransformixMain::PtrToCreator |
Definition at line 77 of file elxTransformixMain.h.
Standard itk.
Definition at line 43 of file elxTransformixMain.h.
Definition at line 44 of file elxTransformixMain.h.
|
inlineprotected |
Definition at line 107 of file elxTransformixMain.h.
|
overrideprotected |
|
private |
|
virtual |
Run-time type information (and related methods).
Reimplemented from elastix::ElastixMain.
|
overrideprotectedvirtual |
InitDBIndex sets m_DBIndex to the value obtained from the ComponentDatabase.
Reimplemented from elastix::ElastixMain.
|
static |
Method for creation through the object factory.
|
private |
|
overridevirtual |
Overwrite Run( argmap ) from superclass. Simply calls the superclass.
Reimplemented from elastix::ElastixMain.
|
overridevirtual |
Reimplemented from elastix::ElastixMain.
|
virtual |
Run version for using transformix as library.
|
overridevirtual |
Overwrite Run() from base-class.
Reimplemented from elastix::ElastixMain.
|
virtual |
Get and Set input- and outputImage.
Generated on 1667476801 for elastix by ![]() |
![]() |