18 #ifndef __itkDistanceMetric_h
19 #define __itkDistanceMetric_h
46 template<
class TVector >
103 if ( s == this->m_MeasurementVectorSize )
109 this->m_MeasurementVectorSize = s;
121 if ( defaultLength != s )
124 "Attempting to change the measurement \
125 vector size of a non-resizable vector type" );
131 itkGetConstMacro(MeasurementVectorSize, MeasurementVectorSizeType);
136 void PrintSelf(std::ostream & os,
Indent indent)
const;
148 #ifndef ITK_MANUAL_INSTANTIATION
149 #include "itkDistanceMetric.hxx"