#include "sampler.h"#include "paramset.h"#include "film.h"Go to the source code of this file.
Classes | |
| class | BestCandidateSampler |
Defines | |
| #define | SQRT_SAMPLE_TABLE_SIZE 64 |
| #define | SAMPLE_TABLE_SIZE |
Functions | |
| BestCandidateSampler * | CreateBestCandidateSampler (const ParamSet ¶ms, const Film *film, const Camera *camera) |
| #define SAMPLE_TABLE_SIZE |
Definition at line 38 of file bestcandidate.h.
Referenced by BestCandidateSampler::GetMoreSamples().
| #define SQRT_SAMPLE_TABLE_SIZE 64 |
Definition at line 37 of file bestcandidate.h.
Referenced by BestCandidateSampler::BestCandidateSampler().
| BestCandidateSampler* CreateBestCandidateSampler | ( | const ParamSet & | params, | |
| const Film * | film, | |||
| const Camera * | camera | |||
| ) |
Definition at line 86 of file bestcandidate.cpp.
References ParamSet::FindOneInt(), Film::GetSampleExtent(), PbrtOptions, Options::quickRender, Camera::shutterClose, and Camera::shutterOpen.
Referenced by MakeSampler().
1.6.3