|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAIFUZZY::IFuzzySet Class Reference#include <fuzzyset.h>
Inheritance diagram for NLAIFUZZY::IFuzzySet:
List of all members.
Constructor & Destructor Documentation
NLAIFUZZY::IFuzzySet::IFuzzySet |
( |
char * |
name |
) |
[inline] |
|
virtual NLAIFUZZY::IFuzzySet::~IFuzzySet |
( |
|
) |
[inline, virtual] |
|
Member Function Documentation
void NLAIFUZZY::IFuzzySet::addFact |
( |
double |
|
) |
[virtual] |
|
double NLAIFUZZY::IFuzzySet::agregate |
( |
|
) |
[virtual] |
|
virtual double NLAIFUZZY::IFuzzySet::center |
( |
|
) |
[pure virtual] |
|
char* NLAIFUZZY::IFuzzySet::getName |
( |
|
) |
[inline] |
|
double NLAIFUZZY::IFuzzySet::getValue |
( |
|
) |
[virtual] |
|
virtual bool NLAIFUZZY::IFuzzySet::isIn |
( |
double |
|
) |
[pure virtual] |
|
virtual double NLAIFUZZY::IFuzzySet::membership |
( |
double |
|
) |
[pure virtual] |
|
virtual double NLAIFUZZY::IFuzzySet::surface |
( |
|
) |
[pure virtual] |
|
Member Data Documentation
std::list<double> NLAIFUZZY::IFuzzySet::_Facts [protected]
|
|
char* NLAIFUZZY::IFuzzySet::_Name [protected]
|
|
double NLAIFUZZY::IFuzzySet::_Value [protected]
|
|
The documentation for this class was generated from the following files:
|
|