Path.cpp File Reference
Core data structure for manipulating a sequence x0,x1,...,xk of points on scene surfaces. Paths are the central unit in the path integral formulation of light transport, upon which path tracing, bidirectional path tracing, and MLT are all founded. More...
#include <Path.h>
#include <Renderer.h>
#include <Camera.h>
#include <Scene.h>
Go to the source code of this file.
Functions | |
| std::ostream & | operator<< (std::ostream &os, const Path &path) |
| Prints a Path to an output stream. | |
Detailed Description
Core data structure for manipulating a sequence x0,x1,...,xk of points on scene surfaces. Paths are the central unit in the path integral formulation of light transport, upon which path tracing, bidirectional path tracing, and MLT are all founded.
- Date:
- Fall 2008
Definition in file Path.cpp.
Function Documentation
| std::ostream& operator<< | ( | std::ostream & | os, | |
| const Path & | path | |||
| ) |
Generated on 28 Feb 2009 for Milton by
1.5.6