18 #ifndef itkMembershipFunctionBase_h
19 #define itkMembershipFunctionBase_h
57 template <
typename TVector>
102 if (s == this->m_MeasurementVectorSize)
108 this->m_MeasurementVectorSize = s;
119 if (defaultLength != s)
121 itkExceptionMacro(
"Attempting to change the measurement vector size of a non-resizable vector type");
127 itkGetConstMacro(MeasurementVectorSize, MeasurementVectorSizeType);
140 Superclass::PrintSelf(os, indent);
141 os << indent <<
"Length of measurement vectors: " << m_MeasurementVectorSize << std::endl;