#include <sampling.h>
Public Member Functions | |
Contribution (float x, float y, const XYZColor &c, float a, float v, int b, int g) | |
Public Attributes | |
float | imageX |
float | imageY |
XYZColor | color |
float | alpha |
float | variance |
int | buffer |
int | bufferGroup |
Definition at line 86 of file sampling.h.
lux::Sample::Sample::Contribution::Contribution | ( | float | x, | |
float | y, | |||
const XYZColor & | c, | |||
float | a, | |||
float | v, | |||
int | b, | |||
int | g | |||
) | [inline] |
Definition at line 88 of file sampling.h.
float lux::Sample::Sample::Contribution::alpha |
Definition at line 95 of file sampling.h.
int lux::Sample::Sample::Contribution::buffer |
Definition at line 96 of file sampling.h.
int lux::Sample::Sample::Contribution::bufferGroup |
Definition at line 96 of file sampling.h.
XYZColor lux::Sample::Sample::Contribution::color |
Definition at line 94 of file sampling.h.
float lux::Sample::Sample::Contribution::imageX |
Definition at line 93 of file sampling.h.
float lux::Sample::Sample::Contribution::imageY |
Definition at line 93 of file sampling.h.
float lux::Sample::Sample::Contribution::variance |
Definition at line 95 of file sampling.h.