A fuzzy logic C++ library
Public Member Functions | Public Attributes
slifis_plot::PLOT_DATA Struct Reference

private class, holds all static data needed for plotting More...

#include <plot.hpp>

+ Collaboration diagram for slifis_plot::PLOT_DATA:

List of all members.

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

Detailed Description

private class, holds all static data needed for plotting


Constructor & Destructor Documentation

Constructor.

References _col_backgnd, and DEF_COLOR_BACKGROUND.


Member Data Documentation

color of background

Referenced by slifis_plot::PLOT_RB_2D::P_DrawFiringStrength(), and PLOT_DATA().

path where to save the image with the Save() function.

Referenced by slifis_plot::PLOT::Save(), and slifis_plot::PLOT::SetRootFolder().