18 #ifndef __itkMembershipFunctionBase_h
19 #define __itkMembershipFunctionBase_h
56 template<
typename TVector >
116 if ( defaultLength != s )
119 "Attempting to change the measurement vector size of a non-resizable vector type" );
139 os << indent <<
"Length of measurement vectors: "
SmartPointer< const Self > ConstPointer
virtual void PrintSelf(std::ostream &os, Indent indent) const ITK_OVERRIDE
virtual ~MembershipFunctionBase(void)
void operator=(const Self &)
MembershipFunctionBase Self
FunctionBase< TVector, double > Superclass
static bool IsResizable(const TVectorType &)
SmartPointer< Self > Pointer
static unsigned int GetLength()
Base class for all ITK function objects.
MembershipFunctionBase defines common interfaces for membership functions.
virtual void Modified() const
MeasurementVectorSizeType m_MeasurementVectorSize
Control indentation during Print() invocation.
TVector MeasurementVectorType
virtual void SetMeasurementVectorSize(MeasurementVectorSizeType s)
void PrintSelf(std::ostream &os, Indent indent) const
virtual double Evaluate(const MeasurementVectorType &x) const =0
unsigned int MeasurementVectorSizeType