Orfeo Toolbox  3.16
itkMultipleValuedCostFunction.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Insight Segmentation & Registration Toolkit
4  Module: $RCSfile: itkMultipleValuedCostFunction.h,v $
5  Language: C++
6  Date: $Date: 2007-03-22 21:39:37 $
7  Version: $Revision: 1.9 $
8 
9  Copyright (c) Insight Software Consortium. All rights reserved.
10  See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details.
11 
12  This software is distributed WITHOUT ANY WARRANTY; without even
13  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
14  PURPOSE. See the above copyright notices for more information.
15 
16 =========================================================================*/
17 #ifndef __itkMultipleValuedCostFunction_h
18 #define __itkMultipleValuedCostFunction_h
19 
20 #include "itkCostFunction.h"
21 #include "itkArray.h"
22 #include "itkArray2D.h"
23 #include "itkObjectFactory.h"
24 #include "itkNumericTraits.h"
25 
26 
27 namespace itk
28 {
29 
37  public CostFunction
38 {
39 public:
45 
46 
49 
50 
54 
55 
59 
63 
64 
65 
69  virtual MeasureType GetValue( const ParametersType & parameters ) const = 0;
70 
74  virtual unsigned int GetNumberOfValues(void) const = 0;
75 
76 
80  virtual void GetDerivative( const ParametersType & parameters,
81  DerivativeType & derivative ) const = 0;
82 
83 protected:
86 
87 
88 private:
89  MultipleValuedCostFunction(const Self&); //purposely not implemented
90  void operator=(const Self&); //purposely not implemented
91 
92 
93 };
94 
95 } // end namespace itk
96 
97 
98 #endif

Generated at Sat Feb 2 2013 23:54:36 for Orfeo Toolbox with doxygen 1.8.1.1