A fuzzy logic C++ library
Namespaces | Defines | Functions
plot_rb_2d.cpp File Reference

Implementation of class slifis_plot::PLOT_RB_2D. More...

#include "plot_rb_2d.hpp"
#include "plot_private.hpp"
+ Include dependency graph for plot_rb_2d.cpp:

Namespaces

namespace  slifis_plot
 

This namespace includes both the set of interface functions to the backend graphical library and the plot classes, see Slifis Graphical API for plotting.


Defines

#define MIN_CELL_SIZE   30
 Minimum size (pixels) for a cell of the rule base table.

Functions

void slifis_plot::GetFiringStrengthVector (const FUZZY_IN &fin, std::vector< size_t > &temp_i, std::vector< double > &temp_fs)
 Helper function for computing fire strength lines on plot.

Detailed Description

Implementation of class slifis_plot::PLOT_RB_2D.


Define Documentation

#define MIN_CELL_SIZE   30

Minimum size (pixels) for a cell of the rule base table.

Referenced by slifis_plot::PLOT_RB_2D::Draw().