18 #ifndef __elxKNNGraphAlphaMutualInformationMetric_H__ 19 #define __elxKNNGraphAlphaMutualInformationMetric_H__ 81 template<
class TElastix >
85 typename MetricBase< TElastix >::FixedImageType,
86 typename MetricBase< TElastix >::MovingImageType >,
97 typedef itk::SmartPointer< Self >
Pointer;
128 FixedImageType::ImageDimension );
131 MovingImageType::ImageDimension );
172 virtual void Initialize(
void )
throw ( itk::ExceptionObject );
192 #ifndef ITK_MANUAL_INSTANTIATION 193 #include "elxKNNGraphAlphaMutualInformationMetric.hxx" 196 #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.