A fuzzy logic C++ library
|
Abstract integer 2D-point type (for pixels), common for all graphicals back-ends. More...
#include <gapi_glue.hpp>
Public Member Functions | |
GAPI_POINT (int x0, int y0) | |
GAPI_POINT () | |
Public Attributes | |
int | x |
int | y |
Abstract integer 2D-point type (for pixels), common for all graphicals back-ends.
slifis_plot::GAPI_POINT::GAPI_POINT | ( | int | x0, |
int | y0 | ||
) | [inline] |
slifis_plot::GAPI_POINT::GAPI_POINT | ( | ) | [inline] |
Referenced by slifis_plot::PLOT_FUZZY::DrawPoint(), slifis_plot::GAPI_DrawCircle(), slifis_plot::GAPI_DrawLine(), slifis_plot::GAPI_DrawRectangle(), slifis_plot::GAPI_DrawText(), GAPI_POINT(), slifis_plot::GRID_CELL::GC_DrawText(), slifis_plot::GRID_CELL::GetX(), slifis_plot::PLOT_RB_TEXT::P_PrintCell(), and slifis_plot::GRID_CELL::SetPos().
Referenced by slifis_plot::PLOT_FUZZY::DrawPoint(), slifis_plot::GAPI_DrawCircle(), slifis_plot::GAPI_DrawLine(), slifis_plot::GAPI_DrawRectangle(), slifis_plot::GAPI_DrawText(), GAPI_POINT(), slifis_plot::GRID_CELL::GC_DrawText(), slifis_plot::GRID_CELL::GetY(), slifis_plot::PLOT_RB_TEXT::P_PrintCell(), and slifis_plot::GRID_CELL::SetPos().