A fuzzy logic C++ library
|
#include "plot.hpp"
Classes | |
class | slifis_plot::GRID_CELL |
A table cell, identified by origin point and size. See GRID. More... | |
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. | |
Enumerations | |
enum | slifis_plot::EN_TEXT_POS_H { slifis_plot::TEXT_POS_HL, slifis_plot::TEXT_POS_HC, slifis_plot::TEXT_POS_HR } |
Horizontal position of text in a cell. See GRID_CELL::DrawText() More... | |
enum | slifis_plot::EN_TEXT_POS_V { slifis_plot::TEXT_POS_VT, slifis_plot::TEXT_POS_VC, slifis_plot::TEXT_POS_VB } |
Vertical position of text in a cell. See GRID_CELL::DrawText() More... |