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

Struct used for transmitting horizontal scale of a plot, see PLOT_FUZZY::SetScale() and PLOT_FUZZY::GetScale() More...

#include <plot_fuzzy.hpp>

List of all members.

Public Member Functions

void Print (FILE *f) const

Public Attributes

double scale
double x0

Detailed Description

Struct used for transmitting horizontal scale of a plot, see PLOT_FUZZY::SetScale() and PLOT_FUZZY::GetScale()


Member Function Documentation

void slifis_plot::PLOT_HSCALE::Print ( FILE *  f) const [inline]

References scale, and x0.


Member Data Documentation