go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elxTransformixMain.h
Go to the documentation of this file.
1 /*======================================================================
2 
3  This file is part of the elastix software.
4 
5  Copyright (c) University Medical Center Utrecht. All rights reserved.
6  See src/CopyrightElastix.txt or http://elastix.isi.uu.nl/legal.php for
7  details.
8 
9  This software is distributed WITHOUT ANY WARRANTY; without even
10  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
11  PURPOSE. See the above copyright notices for more information.
12 
13 ======================================================================*/
14 
15 #ifndef __elxTransformixMain_H_
16 #define __elxTransformixMain_H_
17 
18 #include "elxElastixMain.h"
19 
20 namespace elastix
21 {
22 
37 {
38 public:
39 
43  typedef itk::SmartPointer<Self> Pointer;
44  typedef itk::SmartPointer<const Self> ConstPointer;
45 
47  itkNewMacro( Self );
48 
50  itkTypeMacro( TransformixMain, ElastixMain );
51 
59 
69 
80 
84 
86  virtual int Run( void );
87 
89  virtual int Run( ArgumentMapType & argmap );
90 
92  virtual void SetInputImageContainer(
93  DataObjectContainerType * inputImageContainer );
94 
95 protected:
96 
98  virtual ~TransformixMain(){};
99 
103  virtual int InitDBIndex( void );
104 
105 private:
106 
107  TransformixMain( const Self& ); // purposely not implemented
108  void operator=( const Self& ); // purposely not implemented
109 
110 }; // end class TransformixMain
111 
112 
113 } // end namespace elastix
114 
115 
116 #endif // end #ifndef __elxTransformixMain_h
DataObjectType::Pointer DataObjectPointer
itk::SmartPointer< Self > Pointer
ElastixBase::ConfigurationType ConfigurationType
Superclass::DataObjectContainerType DataObjectContainerType
ElastixBase::ObjectContainerPointer ObjectContainerPointer
Superclass::ComponentDescriptionType ComponentDescriptionType
Superclass::ImageDimensionType ImageDimensionType
Superclass::ConfigurationType ConfigurationType
ElastixBase::DataObjectContainerType DataObjectContainerType
Superclass::ComponentDatabaseType ComponentDatabaseType
Superclass::ObjectPointer ObjectPointer
Superclass::ComponentDatabasePointer ComponentDatabasePointer
ComponentDatabase ComponentDatabaseType
Superclass::ElastixBaseType ElastixBaseType
itk::SmartPointer< const Self > ConstPointer
Superclass::PtrToCreator PtrToCreator
Superclass::ComponentLoaderPointer ComponentLoaderPointer
ConfigurationType::Pointer ConfigurationPointer
ComponentDatabaseType::PtrToCreator PtrToCreator
ConfigurationType::CommandLineArgumentMapType ArgumentMapType
Superclass::ConfigurationPointer ConfigurationPointer
Superclass::PixelTypeDescriptionType PixelTypeDescriptionType
virtual void SetInputImageContainer(DataObjectContainerType *inputImageContainer)
ComponentDatabaseType::Pointer ComponentDatabasePointer
ComponentDatabaseType::PixelTypeDescriptionType PixelTypeDescriptionType
ComponentLoaderType::Pointer ComponentLoaderPointer
virtual int InitDBIndex(void)
Superclass::ObjectContainerPointer ObjectContainerPointer
ObjectType::Pointer ObjectPointer
A class with all functionality to configure elastix.
itk::DataObject DataObjectType
ElastixBase::ObjectContainerType ObjectContainerType
ElastixBase::DataObjectContainerPointer DataObjectContainerPointer
Superclass::ObjectContainerType ObjectContainerType
ElastixBase ElastixBaseType
Superclass::ObjectType ObjectType
Superclass::DataObjectPointer DataObjectPointer
Superclass::DBIndexType DBIndexType
ComponentLoader ComponentLoaderType
ComponentDatabaseType::ImageDimensionType ImageDimensionType
Superclass::ComponentLoaderType ComponentLoaderType
virtual int Run(void)
ComponentDatabaseType::IndexType DBIndexType
ComponentDatabaseType::ComponentDescriptionType ComponentDescriptionType
void operator=(const Self &)
Superclass::ArgumentMapType ArgumentMapType
Superclass::DataObjectType DataObjectType
Superclass::DataObjectContainerPointer DataObjectContainerPointer
A class with all functionality to configure transformix.


Generated on 05-01-2014 for elastix by doxygen 1.8.5 elastix logo