#include <photonmap.h>
Public Member Functions | |
ClosePhoton (const Photon *p=NULL, float md2=INFINITY) | |
bool | operator< (const ClosePhoton &p2) const |
Public Attributes | |
const Photon * | photon |
float | distanceSquared |
Definition at line 104 of file photonmap.h.
lux::ClosePhoton::ClosePhoton | ( | const Photon * | p = NULL , |
|
float | md2 = INFINITY | |||
) | [inline] |
bool lux::ClosePhoton::operator< | ( | const ClosePhoton & | p2 | ) | const [inline] |
Definition at line 115 of file photonmap.h.
Referenced by ClosePhoton(), lux::PhotonProcess::operator()(), and operator<().
const Photon* lux::ClosePhoton::photon |
Definition at line 114 of file photonmap.h.
Referenced by ClosePhoton(), lux::PhotonIntegrator::LPhoton(), and operator<().