#include <pbrt.h>
Public Member Functions | |
| StatsCounter (const string &category, const string &name) | |
| void | operator++ () |
| void | operator++ (int) |
| void | Max (StatsCounterType val) |
| void | Min (StatsCounterType val) |
| operator double () const | |
| StatsCounter (const string &category, const string &name) | |
| void | operator++ () |
| void | operator++ (int) |
| void | Max (StatsCounterType val) |
| void | Min (StatsCounterType val) |
| operator double () const | |
Private Attributes | |
| StatsCounterType | num |
Definition at line 288 of file pbrt.h.
| StatsCounter::StatsCounter | ( | const string & | category, | |
| const string & | name | |||
| ) |
| StatsCounter::StatsCounter | ( | const string & | category, | |
| const string & | name | |||
| ) |
| void StatsCounter::Max | ( | StatsCounterType | val | ) | [inline] |
Definition at line 294 of file pbrt.h.
Referenced by GridAccel::GridAccel(), and KdAccelNode::initLeaf().
| void StatsCounter::Min | ( | StatsCounterType | val | ) | [inline] |
| void StatsCounter::Max | ( | StatsCounterType | val | ) | [inline] |
| void StatsCounter::Min | ( | StatsCounterType | val | ) | [inline] |
StatsCounterType StatsCounter::num [private] |
1.5.6