go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elxAdvancedKappaStatisticMetric.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 __elxAdvancedKappaStatisticMetric_H__
16 #define __elxAdvancedKappaStatisticMetric_H__
17 
18 #include "elxIncludes.h"
20 
21 #include "elxTimer.h"
22 
23 namespace elastix
24 {
25 using namespace itk;
26 
47  template <class TElastix >
49  public
51  ITK_TYPENAME MetricBase<TElastix>::FixedImageType,
52  ITK_TYPENAME MetricBase<TElastix>::MovingImageType >,
53  public MetricBase<TElastix>
54  {
55  public:
56 
63  typedef SmartPointer<Self> Pointer;
64  typedef SmartPointer<const Self> ConstPointer;
65 
67  itkNewMacro( Self );
68 
71 
76  elxClassNameMacro( "AdvancedKappaStatistic" );
77 
79  typedef typename
95  typedef typename Superclass1::RealType RealType;
113  typedef typename
117  typedef typename
119  typedef typename
121  typedef typename
123 
125  itkStaticConstMacro( FixedImageDimension, unsigned int,
126  FixedImageType::ImageDimension );
127 
129  itkStaticConstMacro( MovingImageDimension, unsigned int,
130  MovingImageType::ImageDimension );
131 
140 
145 
149  virtual void Initialize(void) throw (ExceptionObject);
150 
156  virtual void BeforeRegistration( void );
157 
162  virtual void BeforeEachResolution(void);
163 
164  protected:
165 
170 
171  private:
172 
174  AdvancedKappaStatisticMetric( const Self& );// purposely not implemented
176  void operator=( const Self& ); // purposely not implemented
177 
178  }; // end class AdvancedKappaStatisticMetric
179 
180 
181 } // end namespace elastix
182 
183 
184 #ifndef ITK_MANUAL_INSTANTIATION
185 #include "elxAdvancedKappaStatisticMetric.hxx"
186 #endif
187 
188 #endif // end #ifndef __elxAdvancedKappaStatisticMetric_H__
189 


Generated on 21-03-2014 for elastix by doxygen 1.8.1.2 elastix logo