19 #ifndef __itkObjectToObjectMultiMetricv4_h
20 #define __itkObjectToObjectMultiMetricv4_h
93 template<
unsigned int TFixedDimension,
unsigned int TMovingDimension,
class TVirtualImage = Image<
typename ObjectToObjectMetricBase::ParametersValueType, TFixedDimension> >
111 typedef typename Superclass::MeasureType
MeasureType;
137 void ClearMetricQueue(
void );
174 virtual
bool SupportsArbitraryVirtualDomainSamples(
void ) const;
179 virtual ~ObjectToObjectMultiMetricv4();
180 void PrintSelf(std::ostream & os,
Indent indent) const;
185 ObjectToObjectMultiMetricv4(const
Self &);
186 void operator=(const Self &);
195 #ifndef ITK_MANUAL_INSTANTIATION
196 #include "itkObjectToObjectMultiMetricv4.hxx"