![]() |
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 37 of file elxTransformixMain.h.
Reimplemented from elastix::ElastixMain.
Definition at line 64 of file elxTransformixMain.h.
Reimplemented from elastix::ElastixMain.
Definition at line 75 of file elxTransformixMain.h.
Typedefs for the database that holds pointers to New() functions. Those functions are used to instantiate components, such as the metric etc.
Reimplemented from elastix::ElastixMain.
Definition at line 74 of file elxTransformixMain.h.
Reimplemented from elastix::ElastixMain.
Definition at line 77 of file elxTransformixMain.h.
Reimplemented from elastix::ElastixMain.
Definition at line 84 of file elxTransformixMain.h.
Typedef for class that populates a ComponentDatabase.
Reimplemented from elastix::ElastixMain.
Definition at line 83 of file elxTransformixMain.h.
Reimplemented from elastix::ElastixMain.
Definition at line 65 of file elxTransformixMain.h.
Reimplemented from elastix::ElastixMain.
Definition at line 63 of file elxTransformixMain.h.
typedef SmartPointer<const Self> elastix::TransformixMain::ConstPointer |
Reimplemented from elastix::ElastixMain.
Definition at line 45 of file elxTransformixMain.h.
Reimplemented from elastix::ElastixMain.
Definition at line 69 of file elxTransformixMain.h.
Reimplemented from elastix::ElastixMain.
Definition at line 67 of file elxTransformixMain.h.
Reimplemented from elastix::ElastixMain.
Definition at line 59 of file elxTransformixMain.h.
Reimplemented from elastix::ElastixMain.
Definition at line 58 of file elxTransformixMain.h.
Reimplemented from elastix::ElastixMain.
Definition at line 80 of file elxTransformixMain.h.
Elastix components.
Reimplemented from elastix::ElastixMain.
Definition at line 62 of file elxTransformixMain.h.
Reimplemented from elastix::ElastixMain.
Definition at line 79 of file elxTransformixMain.h.
Reimplemented from elastix::ElastixMain.
Definition at line 68 of file elxTransformixMain.h.
Reimplemented from elastix::ElastixMain.
Definition at line 66 of file elxTransformixMain.h.
Reimplemented from elastix::ElastixMain.
Definition at line 57 of file elxTransformixMain.h.
Typedef's from Superclass. typedef's from itk base Object.
Reimplemented from elastix::ElastixMain.
Definition at line 51 of file elxTransformixMain.h.
Reimplemented from elastix::ElastixMain.
Definition at line 78 of file elxTransformixMain.h.
typedef SmartPointer<Self> elastix::TransformixMain::Pointer |
Reimplemented from elastix::ElastixMain.
Definition at line 44 of file elxTransformixMain.h.
Reimplemented from elastix::ElastixMain.
Definition at line 76 of file elxTransformixMain.h.
Standard itk.
Reimplemented from elastix::ElastixMain.
Definition at line 42 of file elxTransformixMain.h.
Reimplemented from elastix::ElastixMain.
Definition at line 43 of file elxTransformixMain.h.
elastix::TransformixMain::TransformixMain | ( | ) | [inline, protected] |
Definition at line 98 of file elxTransformixMain.h.
virtual elastix::TransformixMain::~TransformixMain | ( | ) | [inline, protected, virtual] |
Definition at line 99 of file elxTransformixMain.h.
elastix::TransformixMain::TransformixMain | ( | const Self & | ) | [private] |
virtual const char* elastix::TransformixMain::GetClassName | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from elastix::ElastixMain.
virtual int elastix::TransformixMain::InitDBIndex | ( | void | ) | [protected, virtual] |
InitDBIndex sets m_DBIndex to the value obtained from the ComponentDatabase.
Reimplemented from elastix::ElastixMain.
static Pointer elastix::TransformixMain::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from elastix::ElastixMain.
void elastix::TransformixMain::operator= | ( | const Self & | ) | [private] |
Reimplemented from elastix::ElastixMain.
virtual int elastix::TransformixMain::Run | ( | void | ) | [virtual] |
Overwrite Run() from base-class.
Reimplemented from elastix::ElastixMain.
virtual int elastix::TransformixMain::Run | ( | ArgumentMapType & | argmap | ) | [virtual] |
Overwrite Run( argmap ) from superclass. Simply calls the superclass.
Reimplemented from elastix::ElastixMain.
virtual void elastix::TransformixMain::SetInputImageContainer | ( | DataObjectContainerType * | inputImageContainer | ) | [virtual] |
Get and Set input- and outputImage.
Generated on 11-05-2012 for elastix by ![]() |
![]() |