C:/programming/teaching/path_tracer/scene.cpp File Reference

#include <math.h>
#include "scene.h"
#include <limits>
#include "sphere.h"
#include "polygon.h"
#include <GMmatlib.h>

Functions

ostream & operator<< (ostream &s, Scene scene)
void setBRDF (Scene &scene, int i)
istream & operator>> (istream &s, Scene &scene)
char skipWhiteSpace (istream &s)

Function Documentation

ostream& operator<< ( ostream &  s,
Scene  scene 
)

istream& operator>> ( istream &  s,
Scene scene 
)

void setBRDF ( Scene scene,
int  i 
)

char skipWhiteSpace ( istream &  s  ) 


Generated on Fri Jan 12 10:15:52 2007 for Path tracing coursework by  doxygen 1.5.1-p1