#include "sampling.h"#include "paramset.h"#include "film.h"#include "samplers/sampledata.cpp"Go to the source code of this file.
Classes | |
| class | BestCandidateSampler |
Defines | |
| #define | SQRT_SAMPLE_TABLE_SIZE 64 |
| #define | SAMPLE_TABLE_SIZE |
| #define | WRAP(x) ((x) > 1 ? ((x)-1) : (x)) |
Functions | |
| DLLEXPORT Sampler * | CreateSampler (const ParamSet ¶ms, const Film *film) |
| #define SAMPLE_TABLE_SIZE |
Value:
Definition at line 30 of file bestcandidate.cpp.
| #define SQRT_SAMPLE_TABLE_SIZE 64 |
Definition at line 29 of file bestcandidate.cpp.
| #define WRAP | ( | x | ) | ((x) > 1 ? ((x)-1) : (x)) |
Referenced by BestCandidateSampler::GetNextSample().
Definition at line 157 of file bestcandidate.cpp.
References BestCandidateSampler::BestCandidateSampler(), ParamSet::FindOneInt(), and Film::GetSampleExtent().
1.5.6