#include <primitives.h>
Collaboration diagram for mimas::pixel:
Public Member Functions | |
| pixel | operator= (const pixel &rhs) |
| pixel | operator+ (const pixel &rhs) const |
| pixel (int x=0, int y=0) throw (mimasexception) | |
Public Attributes | |
| unsigned int | x |
| unsigned int | y |
Definition at line 10 of file primitives.h.
| mimas::pixel::pixel | ( | int | x = 0, |
|
| int | y = 0 | |||
| ) | throw (mimasexception) [inline] |
| unsigned int mimas::pixel::x |
Definition at line 27 of file primitives.h.
Referenced by mimas::const_image_ref< Pixel_T, Pixel_T * >::in(), operator+(), operator=(), and pixel().
| unsigned int mimas::pixel::y |
Definition at line 27 of file primitives.h.
Referenced by mimas::const_image_ref< Pixel_T, Pixel_T * >::in(), operator+(), operator=(), and pixel().