#include <film.h>
Public Member Functions | |
PerPixelNormalizedFloatBuffer (int x, int y) | |
~PerPixelNormalizedFloatBuffer () | |
void | Add (int x, int y, float value, float wt) |
float | GetData (int x, int y) const |
Private Attributes | |
BlockedArray< FloatPixel > * | floatpixels |
Definition at line 196 of file film.h.
Definition at line 198 of file film.h.
References floatpixels.
lux::PerPixelNormalizedFloatBuffer::~PerPixelNormalizedFloatBuffer | ( | ) | [inline] |
Definition at line 202 of file film.h.
References floatpixels.
Definition at line 206 of file film.h.
References lux::FloatPixel::V, and lux::FloatPixel::weightSum.
Referenced by lux::FlexImageFilm::AddSample().
Definition at line 228 of file film.h.
References lux::FloatPixel::V, and lux::FloatPixel::weightSum.
Referenced by lux::FlexImageFilm::WriteImage2().
Definition at line 236 of file film.h.
Referenced by PerPixelNormalizedFloatBuffer(), and ~PerPixelNormalizedFloatBuffer().