#include <exphotonmap.h>
Public Member Functions | |
EPhotonProcess (u_int mp, const Point &p) | |
void | operator() (const EPhoton &photon, float dist2, float &maxDistSquared) const |
Public Attributes | |
const Point & | p |
EClosePhoton * | photons |
u_int | nLookup |
u_int | foundPhotons |
Definition at line 83 of file pbrtattic/integrators/exphotonmap.h.
Definition at line 34 of file pbrtattic/integrators/exphotonmap.cpp.
References foundPhotons, nLookup, and photons.
void EPhotonProcess::operator() | ( | const EPhoton & | photon, | |
float | dist2, | |||
float & | maxDistSquared | |||
) | const |
Definition at line 58 of file pbrtattic/integrators/exphotonmap.cpp.
References lux::EClosePhoton::distanceSquared, foundPhotons, nLookup, and photons.
u_int lux::EPhotonProcess::foundPhotons [mutable] |
Definition at line 90 of file pbrtattic/integrators/exphotonmap.h.
Referenced by EPhotonProcess(), lux::ExPhotonIntegrator::estimateE(), lux::ExPhotonIntegrator::Li(), lux::ExPhotonIntegrator::LPhoton(), and operator()().
Definition at line 89 of file pbrtattic/integrators/exphotonmap.h.
Referenced by EPhotonProcess(), and operator()().
const Point& lux::EPhotonProcess::p |
Definition at line 87 of file pbrtattic/integrators/exphotonmap.h.
Definition at line 88 of file pbrtattic/integrators/exphotonmap.h.
Referenced by EPhotonProcess(), lux::ExPhotonIntegrator::estimateE(), lux::ExPhotonIntegrator::Li(), lux::ExPhotonIntegrator::LPhoton(), and operator()().