A fuzzy logic C++ library
|
private class, holds all static data needed for plotting More...
#include <plot.hpp>
Public Member Functions | |
PLOT_DATA () | |
Constructor. | |
Public Attributes | |
GAPI_FONT * | _font |
The font used for text. | |
GAPI_COLOR | _col_backgnd |
color of background | |
std::string | _RootSaveFolder |
path where to save the image with the Save() function. | |
PLOT_COLLECTION | _collection |
holds a list of all plots |
private class, holds all static data needed for plotting
Constructor.
References _col_backgnd, and DEF_COLOR_BACKGROUND.
The font used for text.
Referenced by slifis_plot::PLOT_RB_TEXT::Draw(), slifis_plot::PLOT_RB_2D::P_DrawIndexes(), slifis_plot::PLOT_FS::P_DrawPlot(), slifis_plot::PLOT_MF::P_DrawPlot(), and slifis_plot::PLOT::PLOT().
color of background
Referenced by slifis_plot::PLOT_RB_2D::P_DrawFiringStrength(), and PLOT_DATA().
std::string slifis_plot::PLOT_DATA::_RootSaveFolder |
path where to save the image with the Save() function.
Referenced by slifis_plot::PLOT::Save(), and slifis_plot::PLOT::SetRootFolder().
holds a list of all plots
Referenced by slifis_plot::PLOT::GetNbPlots(), slifis_plot::PLOT::PLOT(), slifis_plot::PLOT::PrintPlots(), slifis_plot::PLOT::SaveAll(), slifis_plot::PLOT::SetAll_NbDec(), slifis_plot::PLOT::SetAll_ShowPointValues(), slifis_plot::PLOT::SetAll_ThickLine(), and slifis_plot::PLOT::~PLOT().