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

Class containing arbitrary 2D-points. More...

#include <GyotoScreen.h>

Inheritance diagram for Gyoto::Screen::Bucket:
Gyoto::Screen::Coord2dSet

Public Member Functions

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

Public Attributes

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

Protected Attributes

Coord1dSetalpha_
 
Coord1dSetdelta_
 

Detailed Description

Class containing arbitrary 2D-points.

ispec_ and jspec_ must be the same size.


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