CvFuzzyFunction Class Reference

#include <contrib.hpp>

List of all members.

Public Member Functions

 CvFuzzyFunction ()
 ~CvFuzzyFunction ()
void addCurve (CvFuzzyCurve *curve, double value=0)
void resetValues ()
double calcValue ()
CvFuzzyCurvenewCurve ()

Public Attributes

std::vector< CvFuzzyCurvecurves

Constructor & Destructor Documentation

CvFuzzyFunction::CvFuzzyFunction (  ) 
CvFuzzyFunction::~CvFuzzyFunction (  ) 

Member Function Documentation

void CvFuzzyFunction::addCurve ( CvFuzzyCurve curve,
double  value = 0 
)
void CvFuzzyFunction::resetValues (  ) 
double CvFuzzyFunction::calcValue (  ) 
CvFuzzyCurve* CvFuzzyFunction::newCurve (  ) 

Member Data Documentation


The documentation for this class was generated from the following file: