A fuzzy logic C++ library
gapi Directory Reference

This folder holds header and implementation files for the provided graphical api, see Slifis Graphical API for plotting.

More...

+ Directory dependency graph for gapi/:

Files

file  gapi_glue.cpp
 

glue code between slifis gapi interface (header file gapi_glue.hpp), which defines some datatypes, and the back-end graphical and windowing library.


file  gapi_glue.hpp
 

Provides an interface for all the graphical stuff into a common graphical API (see Slifis Graphical API for plotting), so we can make the code independent from the used graphical library.


file  grid.cpp
file  grid.hpp
file  grid_cell.cpp
file  grid_cell.hpp
file  plot.cpp
file  plot.hpp
 

Holds declaration of PLOT, and default values of the plots parameters.


file  plot_fs.cpp
file  plot_fs.hpp
file  plot_fuzzy.cpp
file  plot_fuzzy.hpp
 

Declaration of slifis_plot::PLOT_HSCALE and slifis_plot::PLOT_FUZZY.


file  plot_mf.cpp
file  plot_mf.hpp
file  plot_private.hpp
 

Private header file for gapi interface, IS INCLUDED ONLY IN .CPP FILES.


file  plot_rb.cpp
 

implementation of slifis_plot::PLOT_RB


file  plot_rb.hpp
file  plot_rb_2d.cpp
 

Implementation of class slifis_plot::PLOT_RB_2D.


file  plot_rb_2d.hpp
 

Declaration of class slifis_plot::PLOT_RB_2D.


file  plot_rb_text.cpp
 

implementation of slifis_plot::PLOT_RB_TEXT


file  plot_rb_text.hpp
 

declaration of slifis_plot::PLOT_RB_TEXT, slifis_plot::EN_POS_TYPE, slifis_plot::EN_SELECTION_TYPE, slifis_plot::POSITION_INFO


file  slifis_gapi.hpp
 

This is the file you have to include if you want to use the API of this lib (and ONLY this one !)



Detailed Description

This folder holds header and implementation files for the provided graphical api, see Slifis Graphical API for plotting.