Equalizer
1.10.1
Parallel Rendering Framework
|
Holds a subpixel decomposition specification along with some methods for manipulation. More...
#include <subPixel.h>
Public Member Functions | |
void | apply (const SubPixel &rhs) |
Apply (accumulate) another subpixel specification. | |
bool | operator== (const SubPixel &rhs) const |
bool | operator!= (const SubPixel &rhs) const |
void | invalidate () |
Make the subpixel specification invalid. | |
void | validate () |
Make the subpixel specification valid. | |
bool | isValid () const |
Constructors | |
SubPixel () | |
Construct an empty subpixel specification. More... | |
SubPixel (const uint32_t index_, const uint32_t size_) | |
Construct a subpixel specification with default values. More... | |
Public Attributes | |
uint32_t | index |
The contributor id. | |
uint32_t | size |
Total number of contributors. | |
Static Public Attributes | |
static EQFABRIC_API const SubPixel | ALL |
Holds a subpixel decomposition specification along with some methods for manipulation.
The index represents the contributor ID within the subpixel decomposition. The size determines how many contributors are performing anti-aliasing or any other subpixel decomposition.
Definition at line 42 of file subPixel.h.
|
inline |
|
inline |
Construct a subpixel specification with default values.
Definition at line 54 of file subPixel.h.
|
inline |
Definition at line 100 of file subPixel.h.
Referenced by apply(), and validate().
|
inline |
Definition at line 81 of file subPixel.h.
|
inline |
Definition at line 72 of file subPixel.h.