18 #ifndef __elxKNNGraphAlphaMutualInformationMetric_H__ 19 #define __elxKNNGraphAlphaMutualInformationMetric_H__ 82 template<
class TElastix >
86 typename MetricBase< TElastix >::FixedImageType,
87 typename MetricBase< TElastix >::MovingImageType >,
98 typedef itk::SmartPointer< Self >
Pointer;
129 FixedImageType::ImageDimension );
132 MovingImageType::ImageDimension );
173 virtual void Initialize(
void ) throw (
itk::ExceptionObject );
193 #ifndef ITK_MANUAL_INSTANTIATION 194 #include "elxKNNGraphAlphaMutualInformationMetric.hxx" 197 #endif // end #ifndef __elxKNNGraphAlphaMutualInformationMetric_H__
Superclass::ElastixPointer ElastixPointer
Superclass::RegistrationType RegistrationType
Superclass::ConfigurationType ConfigurationType
ElastixType::FixedImageType FixedImageType
Superclass::ElastixType ElastixType
itk::SingleValuedCostFunction ITKBaseType
ElastixType::MovingImageType MovingImageType
Superclass::RegistrationPointer RegistrationPointer
Superclass::ConfigurationPointer ConfigurationPointer
This class is the elastix base class for all Metrics.