#include <realistic.h>
Public Member Functions | |
Lens (const bool ent, const float n, const float ap, boost::shared_ptr< Shape > shape) | |
Public Attributes | |
bool | entering |
float | eta |
float | aperture |
boost::shared_ptr< Shape > | shape |
Definition at line 30 of file realistic.h.
lux::Lens::Lens | ( | const bool | ent, | |
const float | n, | |||
const float | ap, | |||
boost::shared_ptr< Shape > | shape | |||
) | [inline] |
Definition at line 31 of file realistic.h.
float lux::Lens::aperture |
Definition at line 36 of file realistic.h.
bool lux::Lens::entering |
Definition at line 34 of file realistic.h.
float lux::Lens::eta |
Definition at line 35 of file realistic.h.
boost::shared_ptr<Shape> lux::Lens::shape |
Definition at line 37 of file realistic.h.