#include <primitives.h>
Collaboration diagram for mimas::point:

Public Member Functions | |
| point | operator= (const point &rhs) |
| point | operator+ (const point &rhs) const |
| point (int x=0, int y=0) | |
Public Attributes | |
| int | x |
| int | y |
Definition at line 56 of file primitives.h.
Definition at line 72 of file primitives.h.
Definition at line 71 of file primitives.h.
Referenced by mimas::const_image_ref< Pixel_T, Pixel_T * >::in(), operator+(), and operator=().
Definition at line 71 of file primitives.h.
Referenced by mimas::const_image_ref< Pixel_T, Pixel_T * >::in(), operator+(), and operator=().