eq::Pixel Class Reference

Holds a pixel decomposition specification along with some methods for manipulation. More...

#include <pixel.h>

Collaboration diagram for eq::Pixel:

Collaboration graph
[legend]

List of all members.

Public Member Functions

void apply (const Pixel &rhs)
bool operator== (const Pixel &rhs) const
bool operator!= (const Pixel &rhs) const
void invalidate ()
void validate ()
bool isValid () const
Constructors
 Pixel ()
 Pixel (const uint32_t x_, const uint32_t y_, const uint32_t w_, const uint32_t h_)

Public Attributes

uint32_t x
uint32_t y
uint32_t w
uint32_t h

Static Public Attributes

static const Pixel ALL


Detailed Description

Holds a pixel decomposition specification along with some methods for manipulation.

The w, h size determines how many contributors are sending pixels to the destination. The x, y index determines the pixel of the contributor within the decomposition pixel.

Definition at line 37 of file pixel.h.


The documentation for this class was generated from the following files:
Generated on Mon Aug 10 18:58:43 2009 for Equalizer 0.9 by  doxygen 1.5.8