Public Member Functions | |
| PhotonProcess (uint32_t mp, ClosePhoton *buf) | |
| void | operator() (const Point &p, const Photon &photon, float dist2, float &maxDistSquared) |
Public Attributes | |
| ClosePhoton * | photons |
| uint32_t | nLookup |
| uint32_t | nFound |
Definition at line 118 of file photonmap.cpp.
| PhotonProcess::PhotonProcess | ( | uint32_t | mp, | |
| ClosePhoton * | buf | |||
| ) |
Definition at line 141 of file photonmap.cpp.
| void PhotonProcess::operator() | ( | const Point & | p, | |
| const Photon & | photon, | |||
| float | dist2, | |||
| float & | maxDistSquared | |||
| ) | [inline] |
Definition at line 179 of file photonmap.cpp.
References ClosePhoton::distanceSquared, nFound, nLookup, and photons.
| uint32_t PhotonProcess::nFound |
Definition at line 124 of file photonmap.cpp.
Referenced by EPhoton(), PhotonIntegrator::Li(), LPhoton(), operator()(), and PhotonProcess().
| uint32_t PhotonProcess::nLookup |
Definition at line 124 of file photonmap.cpp.
Referenced by LPhoton(), operator()(), and PhotonProcess().
Definition at line 123 of file photonmap.cpp.
Referenced by EPhoton(), PhotonIntegrator::Li(), LPhoton(), operator()(), and PhotonProcess().
1.6.3