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;
138 void ClearMetricQueue(
void );
178 virtual
bool SupportsArbitraryVirtualDomainSamples(
void ) const;
183 virtual ~ObjectToObjectMultiMetricv4();
184 void PrintSelf(std::ostream & os,
Indent indent) const;
189 ObjectToObjectMultiMetricv4(const
Self &);
190 void operator=(const Self &);
199 #ifndef ITK_MANUAL_INSTANTIATION
200 #include "itkObjectToObjectMultiMetricv4.hxx"