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