Gyoto
Public Member Functions | Public Attributes | List of all members
Gyoto::Screen::Empty Class Reference

A dummy, empty 2D set. More...

#include <GyotoScreen.h>

Inheritance diagram for Gyoto::Screen::Empty:
Gyoto::Screen::Coord2dSet

Public Member Functions

virtual Coord2dSetoperator++ ()
 Increment pointer.
 
virtual void begin ()
 Reset pointer.
 
virtual bool valid ()
 Whether the end has not been passed.
 
virtual size_t size ()
 Number of positions contained.
 
virtual GYOTO_ARRAY< size_t, 2 > operator* () const
 Get pixel coordinates.
 
virtual GYOTO_ARRAY< double, 2 > angles () const
 Get angle coordinates.
 

Public Attributes

const CoordType_e kind
 Whether this set holds pixels or angle specifications.
 

Detailed Description

A dummy, empty 2D set.


The documentation for this class was generated from the following file: