![]() |
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <elxConfiguration.h>
Public Types | |
typedef std::map< std::string, std::string > | CommandLineArgumentMapType |
typedef CommandLineArgumentMapType::value_type | CommandLineEntryType |
typedef itk::SmartPointer < const Self > | ConstPointer |
typedef ParameterFileParserType::Pointer | ParameterFileParserPointer |
typedef itk::ParameterFileParser | ParameterFileParserType |
typedef ParameterMapInterfaceType::Pointer | ParameterMapInterfacePointer |
typedef itk::ParameterMapInterface | ParameterMapInterfaceType |
typedef itk::SmartPointer< Self > | Pointer |
typedef Configuration | Self |
typedef itk::Object | Superclass1 |
typedef BaseComponent | Superclass2 |
Public Member Functions | |
virtual int | BeforeAll (void) |
virtual int | BeforeAllTransformix (void) |
std::vcl_size_t | CountNumberOfParameterEntries (const std::string ¶meterName) const |
virtual const char * | GetClassName () const |
const std::string | GetCommandLineArgument (const std::string &key) const |
virtual unsigned int | GetElastixLevel () const |
virtual const char * | GetParameterFileName () const |
virtual bool | GetPrintErrorMessages (void) |
virtual unsigned int | GetTotalNumberOfElastixLevels () const |
virtual int | Initialize (const CommandLineArgumentMapType &_arg) |
virtual int | Initialize (const CommandLineArgumentMapType &_arg, ParameterFileParserType::ParameterMapType &inputMap) |
virtual bool | IsInitialized (void) const |
template<class T > | |
bool | ReadParameter (T ¶meterValue, const std::string ¶meterName, const unsigned int entry_nr, const bool printThisErrorMessage) |
template<class T > | |
bool | ReadParameter (T ¶meterValue, const std::string ¶meterName, const unsigned int entry_nr) |
template<class T > | |
bool | ReadParameter (T ¶meterValue, const std::string ¶meterName, const std::string &prefix, const unsigned int entry_nr, const int default_entry_nr, const bool printThisErrorMessage) const |
template<class T > | |
bool | ReadParameter (T ¶meterValue, const std::string ¶meterName, const std::string &prefix, const unsigned int entry_nr, const int default_entry_nr) const |
template<class T > | |
bool | ReadParameter (std::vector< T > ¶meterValues, const std::string ¶meterName, const unsigned int entry_nr_start, const unsigned int entry_nr_end, const bool printThisErrorMessage) const |
void | SetCommandLineArgument (const std::string &key, const std::string &value) |
virtual void | SetElastixLevel (unsigned int _arg) |
virtual void | SetParameterFileName (const char *_arg) |
virtual void | SetTotalNumberOfElastixLevels (unsigned int _arg) |
![]() | |
virtual void | AfterEachIteration (void) |
virtual void | AfterEachIterationBase (void) |
virtual void | AfterEachResolution (void) |
virtual void | AfterEachResolutionBase (void) |
virtual void | AfterRegistration (void) |
virtual void | AfterRegistrationBase (void) |
virtual int | BeforeAllBase (void) |
virtual void | BeforeEachResolution (void) |
virtual void | BeforeEachResolutionBase (void) |
virtual void | BeforeRegistration (void) |
virtual void | BeforeRegistrationBase (void) |
virtual const char * | elxGetClassName (void) const |
virtual const char * | GetComponentLabel (void) const |
virtual void | SetComponentLabel (const char *label, unsigned int idx) |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
Configuration () | |
virtual void | PrintParameterFile (void) const |
virtual | ~Configuration () |
![]() | |
BaseComponent () | |
virtual | ~BaseComponent () |
Private Member Functions | |
Configuration (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
CommandLineArgumentMapType | m_CommandLineArgumentMap |
unsigned int | m_ElastixLevel |
bool | m_IsInitialized |
std::string | m_ParameterFileName |
ParameterFileParserPointer | m_ParameterFileParser |
ParameterMapInterfacePointer | m_ParameterMapInterface |
unsigned int | m_TotalNumberOfElastixLevels |
A class that deals with user given parameters and command line arguments.
The Configuration class provides the functions ReadParameter() (to read parameters from the parameter file) and ReadCommandLineArgument(), and provides an easy way to get the current elastix level.
(PrintErrorMessages "false")
Definition at line 47 of file elxConfiguration.h.
typedef std::map< std::string, std::string > elastix::Configuration::CommandLineArgumentMapType |
Typedefs for the command line arguments.
Definition at line 62 of file elxConfiguration.h.
typedef CommandLineArgumentMapType::value_type elastix::Configuration::CommandLineEntryType |
Definition at line 66 of file elxConfiguration.h.
typedef itk::SmartPointer< const Self > elastix::Configuration::ConstPointer |
Definition at line 56 of file elxConfiguration.h.
Definition at line 70 of file elxConfiguration.h.
Typedefs for the parameter file.
Definition at line 69 of file elxConfiguration.h.
Definition at line 72 of file elxConfiguration.h.
Definition at line 71 of file elxConfiguration.h.
typedef itk::SmartPointer< Self > elastix::Configuration::Pointer |
Definition at line 55 of file elxConfiguration.h.
Standard itk.
Definition at line 52 of file elxConfiguration.h.
typedef itk::Object elastix::Configuration::Superclass1 |
Definition at line 53 of file elxConfiguration.h.
Definition at line 54 of file elxConfiguration.h.
|
protected |
|
inlineprotectedvirtual |
Definition at line 239 of file elxConfiguration.h.
|
private |
|
virtual |
Set/Get whether warnings are allowed to be printed, when reading a parameter. * itkSetMacro( Silent, bool ); itkGetConstMacro( Silent, bool ); Methods that is called at the very beginning of elastixTemplate::Run.
Reimplemented from elastix::BaseComponent.
|
virtual |
Methods that is called at the very beginning of elastixTemplate::ApplyTransform.
|
inline |
Interface to the ParameterMapInterface. Count the number of parameters.
Definition at line 133 of file elxConfiguration.h.
|
virtual |
Standard part of all itk objects.
const std::string elastix::Configuration::GetCommandLineArgument | ( | const std::string & | key | ) | const |
Get and Set CommandLine arguments into the argument map.
|
virtual |
|
virtual |
Get/Set the name of the parameterFileName.
|
inlinevirtual |
Definition at line 109 of file elxConfiguration.h.
|
virtual |
|
virtual |
Pass the command line arguments as a map. One of the command line arguments should be either: -p <parameter_file> or -tp <transform_parameter_file>. The specified (transform) parameter file is read by the itk::ParameterFileParser and passed to the itk::ParameterMapInterface.
|
virtual |
|
virtual |
True, if Initialize was successfully called.
|
static |
Method for creation through the object factory.
|
private |
|
protectedvirtual |
Print the parameter file to the log file. Called by BeforeAll(). This function is not really generic. It's just added because it needs to be called by both BeforeAll and BeforeAllTransformix.
|
inline |
Read a parameter from the parameter file.
Definition at line 143 of file elxConfiguration.h.
|
inline |
Read a parameter from the parameter file.
Definition at line 161 of file elxConfiguration.h.
|
inline |
Read a parameter from the parameter file.
Definition at line 178 of file elxConfiguration.h.
|
inline |
Read a parameter from the parameter file.
Definition at line 198 of file elxConfiguration.h.
|
inline |
Read a range of parameters from the parameter file.
Definition at line 217 of file elxConfiguration.h.
void elastix::Configuration::SetCommandLineArgument | ( | const std::string & | key, |
const std::string & | value | ||
) |
|
virtual |
Other elastix related information. Get and Set the elastix level.
|
virtual |
|
virtual |
Get and Set the total number of elastix levels.
|
private |
Definition at line 252 of file elxConfiguration.h.
|
private |
Definition at line 258 of file elxConfiguration.h.
|
private |
Definition at line 257 of file elxConfiguration.h.
|
private |
Definition at line 253 of file elxConfiguration.h.
|
private |
Definition at line 254 of file elxConfiguration.h.
|
private |
Definition at line 255 of file elxConfiguration.h.
|
private |
Definition at line 259 of file elxConfiguration.h.
Generated on 27-04-2014 for elastix by ![]() |
![]() |