18#ifndef __elxFullSearchOptimizer_h
19#define __elxFullSearchOptimizer_h
56template<
class TElastix >
69 typedef itk::SmartPointer< Self >
Pointer;
148 const bool found,
const unsigned int entry_nr )
const;
159#ifndef ITK_MANUAL_INSTANTIATION
160#include "elxFullSearchOptimizer.hxx"
A class that deals with user given parameters and command line arguments.
An optimizer based on the itk::FullSearchOptimizer.
void AfterRegistration(void) override
itk::SmartPointer< Self > Pointer
NDImagePointer m_OptimizationSurface
Superclass1::CostFunctionPointer CostFunctionPointer
void AfterEachIteration(void) override
void AfterEachResolution(void) override
Superclass2::RegistrationPointer RegistrationPointer
Superclass1::SearchSpacePointer SearchSpacePointer
Superclass2::ConfigurationType ConfigurationType
Superclass1::SearchSpaceType SearchSpaceType
Superclass1::CostFunctionType CostFunctionType
void operator=(const Self &)
Superclass1::ParametersType ParametersType
Superclass1::SearchSpaceIndexType SearchSpaceIndexType
itk::NDImageBase< float > NDImageType
Superclass1::RangeType RangeType
void BeforeRegistration(void) override
void BeforeEachResolution(void) override
DimensionNameMapType m_SearchSpaceDimensionNames
Superclass1::RangeValueType RangeValueType
itkGetModifiableObjectMacro(OptimizationSurface, NDImageType)
Superclass2::ITKBaseType ITKBaseType
OptimizerBase< TElastix > Superclass2
Superclass2::ElastixType ElastixType
Superclass1::SearchSpacePointType SearchSpacePointType
std::map< unsigned int, std::string > DimensionNameMapType
DimensionNameMapType::const_iterator NameIteratorType
Superclass1::SearchSpaceIteratorType SearchSpaceIteratorType
virtual bool CheckSearchSpaceRangeDefinition(const std::string &fullFieldName, const bool found, const unsigned int entry_nr) const
Superclass1::SearchSpaceSizeType SearchSpaceSizeType
Superclass1::MeasureType MeasureType
elxClassNameMacro("FullSearch")
itk::FullSearchOptimizer Superclass1
Superclass2::ConfigurationPointer ConfigurationPointer
Superclass1::ParameterValueType ParameterValueType
Superclass2::ElastixPointer ElastixPointer
NDImageType::Pointer NDImagePointer
Superclass2::RegistrationType RegistrationType
itk::SmartPointer< const Self > ConstPointer
This class is the elastix base class for all Optimizers.
Superclass::ConfigurationPointer ConfigurationPointer
itk::Optimizer ITKBaseType
Superclass::ElastixType ElastixType
Superclass::ElastixPointer ElastixPointer
Superclass::RegistrationPointer RegistrationPointer
Superclass::RegistrationType RegistrationType
An optimizer based on full search.
Superclass::CostFunctionPointer CostFunctionPointer
Superclass::MeasureType MeasureType
Array< SizeValueType > SearchSpaceSizeType
Array< IndexValueType > SearchSpaceIndexType
MapContainer< unsigned int, RangeType > SearchSpaceType
SearchSpaceType::ConstIterator SearchSpaceIteratorType
ParametersType::ValueType ParameterValueType
Array< ParameterValueType > SearchSpacePointType
FixedArray< RangeValueType, 3 > RangeType
ParameterValueType RangeValueType
Superclass::ParametersType ParametersType
Superclass::CostFunctionType CostFunctionType
SearchSpaceType::Pointer SearchSpacePointer
An image whose dimension can be specified at runtime.