|
|
|
|
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
[legend]Collaboration diagram for NLAIFUZZY::CTriangleFuzzySet:
[legend]List of all members.
Constructor & Destructor Documentation
NLAIFUZZY::CTriangleFuzzySet::CTriangleFuzzySet (
|
char * name,
|
|
double x1,
|
|
double x2,
|
|
double x3 )
|
|
NLAIFUZZY::CTriangleFuzzySet::CTriangleFuzzySet (
|
const CTriangleFuzzySet & cp )
|
|
Member Function Documentation
double NLAIFUZZY::CTriangleFuzzySet::center (
|
) [virtual]
|
|
const NLAIC::IBasicType * NLAIFUZZY::CTriangleFuzzySet::clone (
|
void ) const [virtual]
|
|
|
This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne.
Reimplemented from NLAIC::IBasicType.
Definition at line 486 of file fuzzyset.cpp. |
void NLAIFUZZY::CTriangleFuzzySet::getDebugString (
|
char * t ) const [virtual]
|
|
|
This is a Debug function, text is an character pointer to receive the debug text output, the debug text containe all think sensible to interset user.
Reimplemented from NLAIC::IBasicType.
Definition at line 516 of file fuzzyset.cpp. |
const NLAIC::CIdentType & NLAIFUZZY::CTriangleFuzzySet::getType (
|
void ) 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).
Reimplemented from NLAIC::IBasicType.
Definition at line 497 of file fuzzyset.cpp. |
|
Init method alows to init the attribut of an object.
the maparmetre is in more time a list of IObjectIA.
Reimplemented from NLAIAGENT::IObjectIA.
Definition at line 428 of file fuzzyset.cpp. |
bool NLAIFUZZY::CTriangleFuzzySet::isIn (
|
double val ) [virtual]
|
|
double NLAIFUZZY::CTriangleFuzzySet::membership (
|
double val ) [virtual]
|
|
const NLAIC::IBasicType * NLAIFUZZY::CTriangleFuzzySet::newInstance (
|
void ) const [virtual]
|
|
|
This function allow a new instance, that mean that the class is a class factory.
Reimplemented from NLAIC::IBasicType.
Definition at line 491 of file fuzzyset.cpp. |
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:
|
|