#include <sampling.h>
Public Member Functions | |
SampleGuard (Sampler *s, const Sample *sample) | |
~SampleGuard () | |
Private Attributes | |
Sampler * | sampler |
Definition at line 154 of file sampling.h.
Definition at line 157 of file sampling.h.
References lux::Sampler::SampleBegin(), and sampler.
lux::SampleGuard::~SampleGuard | ( | ) | [inline] |
Definition at line 162 of file sampling.h.
References lux::Sampler::SampleEnd(), and sampler.
Sampler* lux::SampleGuard::sampler [private] |
Definition at line 167 of file sampling.h.
Referenced by SampleGuard(), and ~SampleGuard().