#include <FSetTriangle.h>
Inheritance diagram for CNFSetTriangle::

Public Methods | |
| virtual double | get_membership (double x) const |
| Returns the membership value for x. | |
| double | get_mean () const |
| Returns the mean value m1==m2 (maximum). | |
| CNFSetTriangle () | |
| Default constructor. | |
| CNFSetTriangle (CNParam *param) | |
Initializes FSetTriangle with CNParam. | |
| CNFSetTriangle (double min, double max, double xm, double xalpha, double xbeta) | |
| CNFSetTriangle (double xm, double xalpha, double xbeta) | |
| Initializes the CNFSetTriangle. | |
| CNFSetTriangle (CNStringR xname, double min, double max, double xm, double xalpha, double xbeta) | |
| Initializes the CNFSetTriangle. | |
| CNFSetTriangle (CNStringR xname, double xm, double xalpha, double xbeta) | |
| Initializes the CNFSetTriangle. | |
| void | init (CNStringR xname, double xm, double xalpha, double xbeta, double min=FSET_MIN, double max=FSET_MAX) |
| Initializes the CNFSetTriangle. | |
| virtual CNClassDesc | class_desc () const |
| Returns the class description (pointer to instance of CNClass) for runtime type information. | |
| virtual bool | is_a (CNClassDesc desc) const |
| Checks Type. | |
| virtual void | print (ostream &strm=cout) const |
| Print output. | |
| virtual void | dump (ostream &strm=cout) const |
| Debug output. | |
Static Public Methods | |
| CNFSetTriangle * | cast_from_object (CNObject *obj) |
| Safes type Cast. | |
| CNObject * | new_object (CNParam *param=NIL) |
| Creates new Object. | |
|
||||||||||||||||||||||||
|
|
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001