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 Scene * | scene |
Point | origin |
float | time |
float | minSampleDist |
int | maxFails |
RWMutex & | mutex |
int & | repeatedFails |
int & | maxRepeatedFails |
int & | totalPathsTraced |
int & | totalRaysTraced |
int & | numPointsAdded |
GeometricPrimitive & | sphere |
Octree< SurfacePoint > & | octree |
vector< SurfacePoint > & | surfacePoints |
ProgressReporter & | prog |
The documentation for this class was generated from the following file:
- /home/felix/UBC/projects/AdaptiveLightfieldSampling/pbrt_v2/src/renderers/surfacepoints.cpp