|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAIFUZZY::CTriangleFuzzySet Class Reference#include <fuzzyset.h>
Inheritance diagram for NLAIFUZZY::CTriangleFuzzySet:
List of all members.
Constructor & Destructor Documentation
NLAIFUZZY::CTriangleFuzzySet::CTriangleFuzzySet |
( |
char * |
, |
|
|
double |
, |
|
|
double |
, |
|
|
double |
|
|
) |
|
|
NLAIFUZZY::CTriangleFuzzySet::CTriangleFuzzySet |
( |
const CTriangleFuzzySet & |
|
) |
|
|
Member Function Documentation
double NLAIFUZZY::CTriangleFuzzySet::center |
( |
|
) |
[virtual] |
|
void NLAIFUZZY::CTriangleFuzzySet::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 511 of file fuzzyset.cpp.
References IdTriangleFuzzySet. |
bool NLAIFUZZY::CTriangleFuzzySet::isIn |
( |
double |
|
) |
[virtual] |
|
double NLAIFUZZY::CTriangleFuzzySet::membership |
( |
double |
|
) |
[virtual] |
|
const NLAIC::IBasicType * NLAIFUZZY::CTriangleFuzzySet::newInstance |
( |
|
) |
const [virtual] |
|
double NLAIFUZZY::CTriangleFuzzySet::surface |
( |
|
) |
[virtual] |
|
Member Data Documentation
double NLAIFUZZY::CTriangleFuzzySet::_X1 [private]
|
|
double NLAIFUZZY::CTriangleFuzzySet::_X2 [private]
|
|
double NLAIFUZZY::CTriangleFuzzySet::_X3 [private]
|
|
The documentation for this class was generated from the following files:
|
|