PBRT
SurfacePointTask Class Reference
Inheritance diagram for SurfacePointTask:
Task

List of all members.

Public Member Functions

 SurfacePointTask (const Scene *sc, const Point &org, float ti, int tn, float msd, int mf, RWMutex &m, int &rf, int &mrf, int &tpt, int &trt, int &npa, GeometricPrimitive &sph, Octree< SurfacePoint > &oct, vector< SurfacePoint > &sps, ProgressReporter &pr)
void Run ()

Public Attributes

int taskNum
const Scenescene
Point origin
float time
float minSampleDist
int maxFails
RWMutexmutex
int & repeatedFails
int & maxRepeatedFails
int & totalPathsTraced
int & totalRaysTraced
int & numPointsAdded
GeometricPrimitivesphere
Octree< SurfacePoint > & octree
vector< SurfacePoint > & surfacePoints
ProgressReporterprog

The documentation for this class was generated from the following file: