List of all members.
Classes |
struct | Pixel |
Public Member Functions |
| ImageFilm (int xres, int yres, Filter *filt, const float crop[4], const string &filename, bool openWindow) |
void | AddSample (const CameraSample &sample, const Spectrum &L) |
void | Splat (const CameraSample &sample, const Spectrum &L) |
void | GetSampleExtent (int *xstart, int *xend, int *ystart, int *yend) const |
void | GetPixelExtent (int *xstart, int *xend, int *ystart, int *yend) const |
void | WriteImage (float splatScale) |
void | UpdateDisplay (int x0, int y0, int x1, int y1, float splatScale) |
The documentation for this class was generated from the following files:
- /home/felix/UBC/projects/AdaptiveLightfieldSampling/pbrt_v2/src/film/image.h
- /home/felix/UBC/projects/AdaptiveLightfieldSampling/pbrt_v2/src/film/image.cpp