Holds a subpixel decomposition specification along with some methods for manipulation. More...
#include <subPixel.h>
Public Member Functions | |
| void | apply (const SubPixel &rhs) |
| bool | operator== (const SubPixel &rhs) const |
| bool | operator!= (const SubPixel &rhs) const |
| void | invalidate () |
| void | validate () |
| bool | isValid () const |
Constructors | |
| SubPixel () | |
| SubPixel (const uint32_t index_, const uint32_t size_) | |
Public Attributes | |
| uint32_t | index |
| uint32_t | size |
Static Public Attributes | |
| static 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.
Definition at line 37 of file subPixel.h.
0.9.1 by
1.6.1