|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAIFUZZY::CRightFuzzySet Class Reference#include <fuzzyset.h>
Inheritance diagram for NLAIFUZZY::CRightFuzzySet:
List of all members.
Constructor & Destructor Documentation
NLAIFUZZY::CRightFuzzySet::CRightFuzzySet |
( |
char * |
, |
|
|
double |
, |
|
|
double |
, |
|
|
double |
|
|
) |
|
|
NLAIFUZZY::CRightFuzzySet::CRightFuzzySet |
( |
const CRightFuzzySet & |
|
) |
|
|
Member Function Documentation
double NLAIFUZZY::CRightFuzzySet::center |
( |
|
) |
[virtual] |
|
void NLAIFUZZY::CRightFuzzySet::getDebugString |
( |
std::string & |
|
) |
const [virtual] |
|
|
getType return a unique string how represente the class, it can be the name of the class.
This function is used for the sytem regstry class (see the definition of the template class Gen::CRegistry).
Implements NLAIC::IBasicType.
Definition at line 234 of file fuzzyset.cpp.
References IdRightFuzzySet. |
bool NLAIFUZZY::CRightFuzzySet::isIn |
( |
double |
val |
) |
[virtual] |
|
double NLAIFUZZY::CRightFuzzySet::membership |
( |
double |
val |
) |
[virtual] |
|
double NLAIFUZZY::CRightFuzzySet::surface |
( |
|
) |
[virtual] |
|
Member Data Documentation
double NLAIFUZZY::CRightFuzzySet::_X1 [private]
|
|
double NLAIFUZZY::CRightFuzzySet::_X2 [private]
|
|
double NLAIFUZZY::CRightFuzzySet::_X3 [private]
|
|
The documentation for this class was generated from the following files:
|
|