15 #ifndef __itkImageToImageMetricWithFeatures_h
16 #define __itkImageToImageMetricWithFeatures_h
19 #include "itkInterpolateImageFunction.h"
35 template <
class TFixedImage,
class TMovingImage,
36 class TFixedFeatureImage = TFixedImage,
class TMovingFeatureImage = TMovingImage>
102 FixedImageType::ImageDimension );
106 MovingImageType::ImageDimension );
130 itkGetConstMacro( NumberOfFixedFeatureImages,
unsigned int );
164 itkGetConstMacro( NumberOfMovingFeatureImages,
unsigned int );
195 virtual void Initialize(
void ) throw ( ExceptionObject );
199 virtual ~ImageToImageMetricWithFeatures() {};
200 void PrintSelf( std::ostream& os, Indent indent )
const;
235 #ifndef ITK_MANUAL_INSTANTIATION
236 #include "itkImageToImageMetricWithFeatures.txx"
239 #endif // end #ifndef __itkImageToImageMetricWithFeatures_h