bestcandidate.cpp File Reference

#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 SamplerCreateSampler (const ParamSet &params, const Film *film)


Define Documentation

#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) > 1 ? ((x)-1) : (x))


Function Documentation

DLLEXPORT Sampler* CreateSampler ( const ParamSet params,
const Film film 
)


Generated on Mon Jul 20 17:31:53 2009 for pbrt by  doxygen 1.5.6