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

Abstract integer 2D-point type (for pixels), common for all graphicals back-ends. More...

#include <gapi_glue.hpp>

List of all members.

Public Member Functions

 GAPI_POINT (int x0, int y0)
 GAPI_POINT ()

Public Attributes

int x
int y

Detailed Description

Abstract integer 2D-point type (for pixels), common for all graphicals back-ends.


Constructor & Destructor Documentation

slifis_plot::GAPI_POINT::GAPI_POINT ( int  x0,
int  y0 
) [inline]

References x, and y.

References x, and y.


Member Data Documentation