freLimitedAxisAmoebaSOOptimizerController.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   F.R.E.E. - flexible registration evaluation engine
00004   Version:   v.1.0.0
00005   Date:      $Date: 2006/09/01 12:00:00 $
00006   Module:    $RCSfile: freLimitedAxisAmoebaSOOptimizerController.h,v $
00007   Language:  C++
00008 
00009 
00010 
00011   Copyright (c) 2007 Ralf o Floca (Department of Medical Informatics,
00012   Institute for Medical Biometry and Informatics, University of Heidelberg,
00013   Germany). All rights reserved.
00014   See FREECopyright.txt or http://www.mi.med.uni-hd.de/free/copyright.htm
00015   for details.
00016 
00017      This software is distributed WITHOUT ANY WARRANTY; without even 
00018      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
00019      PURPOSE.  See the above copyright notices for more information.
00020 
00021 =========================================================================*/
00022 #ifndef __freLimitedAxisAmoebaSOOptimizerController_h
00023 #define __freLimitedAxisAmoebaSOOptimizerController_h
00024 
00025 #include "freAmoebaSOOptimizerController.h"
00026 
00027 #include "freLimitedAxisAmoebaSOOptimizer.h"
00028 
00029 namespace FREE
00030 {
00031 
00037   freControllerIDMacro(LimitedAxisAmoebaSOOptimizerController, "Limited Axis Amoeba SO Optimizer");
00038 class LimitedAxisAmoebaSOOptimizerController : public VnlSetupOptimizationOptimizerControllerBase<LimitedAxisAmoebaSOOptimizer>
00039 {
00040 public:
00041   itkTypeMacro(LimitedAxisAmoebaSOOptimizerController, VnlSetupOptimizationOptimizerControllerBase);
00042 
00043   typedef LimitedAxisAmoebaSOOptimizer ComponentType;
00044   typedef VnlSetupOptimizationOptimizerControllerBase<ComponentType> Superclass;
00045 
00046   DeclareParameterMacro(ParameterAxis);
00047   DeclareParameterMacro(NumberOfAxis);
00048   DeclareParameterMacro(AutoInitialSimplex);
00049   DeclareParameterMacro(SimplexDelta);
00050   DeclareParameterMacro(ParamConvTolerance);
00051   DeclareParameterMacro(FunctConvTolerance);
00052 
00053   virtual long GetMaxIterationCount(const SessionComponentCache* pComponentCache, unsigned int iResolutionLevel = 0) const;
00054 
00055   LimitedAxisAmoebaSOOptimizerController();
00056 
00057 protected:
00058   virtual void GenerateProfile(CtrlProfile::ControllerProfile& profile,
00059                   const SessionComponentCache* pComponentCache,
00060                   bool bRegardOldSetup) const;
00061 
00062         virtual void ActualizeMainComponent(ComponentType* pMainComponent,
00063                                       SessionComponentCache* pComponentCache,
00064                                       SessionInfo* pSessionInfo,
00065                                                                                                                                                         const unsigned int& iActLevel) const;
00066 
00067   virtual void SetStatisticEntryMainComponent(StatisticEntry& rStatisticEntry,
00068                                              ComponentType* pMainComponent,
00069                                              SessionComponentCache* pMainComponentCache,
00070                                              SessionInfo* pSessionInfo,
00071                                              StatisticDictionary& rDictionary) const;
00072 };  
00073 
00074 } //end of namespace free
00075 
00076 #endif

Generated at Sat Oct 13 16:25:09 2007 for f.r.e.e. - Flexible Registration and Evaluation Engine by doxygen 1.5.3 written by Dimitri van Heesch, © 1997-2000