#include <pbrt.h>
Public Member Functions | |
| void | Add (int a, int b) |
| StatsPercentage (const string &category, const string &name) | |
| void | Add (int a, int b) |
| StatsPercentage (const string &category, const string &name) | |
Private Attributes | |
| StatsCounterType | na |
| StatsCounterType | nb |
Definition at line 310 of file pbrt.h.
| StatsPercentage::StatsPercentage | ( | const string & | category, | |
| const string & | name | |||
| ) |
| StatsPercentage::StatsPercentage | ( | const string & | category, | |
| const string & | name | |||
| ) |
| void StatsPercentage::Add | ( | int | a, | |
| int | b | |||
| ) | [inline] |
Definition at line 313 of file pbrt.h.
Referenced by GridAccel::GridAccel(), IrradianceCache::InterpolateIrradiance(), Triangle::Intersect(), Triangle::IntersectP(), and PhotonProcess::operator()().
StatsCounterType StatsPercentage::na [private] |
StatsCounterType StatsPercentage::nb [private] |
1.5.6