#include <pbrt.h>
Public Member Functions | |
| StatsRatio (const string &category, const string &name) | |
| void | Add (int a, int b) |
| StatsRatio (const string &category, const string &name) | |
| void | Add (int a, int b) |
Private Attributes | |
| StatsCounterType | na |
| StatsCounterType | nb |
Definition at line 301 of file pbrt.h.
| StatsRatio::StatsRatio | ( | const string & | category, | |
| const string & | name | |||
| ) |
| StatsRatio::StatsRatio | ( | const string & | category, | |
| const string & | name | |||
| ) |
| void StatsRatio::Add | ( | int | a, | |
| int | b | |||
| ) | [inline] |
Definition at line 305 of file pbrt.h.
Referenced by MIPMap< T >::EWA(), GridAccel::GridAccel(), KdAccelNode::initLeaf(), IrradianceCache::InterpolateIrradiance(), Voxel::Intersect(), GridAccel::Intersect(), Voxel::IntersectP(), GridAccel::IntersectP(), PhotonIntegrator::LPhoton(), and ExPhotonIntegrator::LPhoton().
StatsCounterType StatsRatio::na [private] |
StatsCounterType StatsRatio::nb [private] |
1.5.6