Gyoto
|
A dummy, empty 2D set. More...
#include <GyotoScreen.h>
Public Member Functions | |
virtual Coord2dSet & | operator++ () |
Increment pointer. More... | |
virtual void | begin () |
Reset pointer. More... | |
virtual bool | valid () |
Whether the end has not been passed. More... | |
virtual size_t | size () |
Number of positions contained. More... | |
virtual GYOTO_ARRAY< size_t, 2 > | operator* () const |
Get pixel coordinates. More... | |
virtual GYOTO_ARRAY< double, 2 > | angles () const |
Get angle coordinates. More... | |
Public Attributes | |
const CoordType_e | kind |
Whether this set holds pixels or angle specifications. | |
A dummy, empty 2D set.
|
virtualinherited |
Get angle coordinates.
Reimplemented in Gyoto::Screen::Bucket.
|
virtual |
Reset pointer.
Implements Gyoto::Screen::Coord2dSet.
|
virtualinherited |
Get pixel coordinates.
Reimplemented in Gyoto::Screen::Grid, and Gyoto::Screen::Bucket.
|
virtual |
Increment pointer.
Implements Gyoto::Screen::Coord2dSet.
|
virtual |
Number of positions contained.
Implements Gyoto::Screen::Coord2dSet.
|
virtual |
Whether the end has not been passed.
Implements Gyoto::Screen::Coord2dSet.