NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
itkVnlIterationUpdateCommand.h
Go to the documentation of this file.
1 /*=============================================================================
2 
3  NifTK: A software platform for medical image computing.
4 
5  Copyright (c) University College London (UCL). All rights reserved.
6 
7  This software is distributed WITHOUT ANY WARRANTY; without even
8  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
9  PURPOSE.
10 
11  See LICENSE.txt in the top level directory for details.
12 
13 =============================================================================*/
14 
15 #ifndef itkVnlIterationUpdateCommand_h
16 #define itkVnlIterationUpdateCommand_h
17 
18 #include <NifTKConfigure.h>
20 
22 #include <itkSingleValuedNonLinearVnlOptimizer.h>
23 
24 
25 namespace itk
26 {
27 
43 {
44 public:
47  typedef itk::SmartPointer<Self> Pointer;
48  typedef itk::SingleValuedNonLinearVnlOptimizer OptimizerType;
49  typedef const OptimizerType *OptimizerPointer;
50  typedef Superclass::ParametersType ParametersType;
51  typedef Superclass::MeasureType MeasureType;
52 
55 
57  itkNewMacro( Self );
58 
59 protected:
60 
63 
65  virtual void DoExecute(const itk::Object * object, const itk::EventObject & event) override;
66 
67 private:
68 
69  VnlIterationUpdateCommand(const Self & other); // Purposely not implemented
70  const Self & operator=( const Self & ); // Purposely not implemented
71 
72 };
73 
74 } // end namespace
75 
76 #endif
77 
Simply prints out the registration params, so we can track registration.
Definition: itkVnlIterationUpdateCommand.h:42
const OptimizerType * OptimizerPointer
Definition: itkVnlIterationUpdateCommand.h:49
Simply prints out the registration params, so we can track registration.
Definition: itkIterationUpdateCommand.h:38
#define NIFTKITK_WINEXPORT
Definition: niftkITKWin32ExportHeader.h:28
Definition: niftkITKAffineResampleImage.cxx:74
VnlIterationUpdateCommand Self
Definition: itkVnlIterationUpdateCommand.h:45
Superclass::MeasureType MeasureType
Definition: itkVnlIterationUpdateCommand.h:51
Superclass::ParametersType ParametersType
Definition: itkVnlIterationUpdateCommand.h:50
itk::SingleValuedNonLinearVnlOptimizer OptimizerType
Definition: itkVnlIterationUpdateCommand.h:48
itk::IterationUpdateCommand Superclass
Definition: itkVnlIterationUpdateCommand.h:46
itk::SmartPointer< Self > Pointer
Definition: itkVnlIterationUpdateCommand.h:47
cl_event event
Definition: glew.h:3231