Phongo Clap RT  1.0
Simple Raytracing Renderer
Classes | Typedefs
Film.h File Reference

All the operations regarding to file output and file input belong to this class. It abstracts the idea of a film as the camera sensor chip which collects the incoming light and prints it into digital format. More...

#include <ngl/Vec3.h>
#include <ngl/Colour.h>
#include <fstream>
#include <vector>
Include dependency graph for Film.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Pixel
 Pixel data structure that will be used to hold the image units. More...
 
class  Film
 Holds all the operations regarding to input/output of colour information. More...
 

Typedefs

typedef struct Pixel Pixel
 Pixel data structure that will be used to hold the image units. More...
 

Detailed Description

All the operations regarding to file output and file input belong to this class. It abstracts the idea of a film as the camera sensor chip which collects the incoming light and prints it into digital format.

Author
Ramon Blanquer

Definition in file Film.h.

Typedef Documentation

typedef struct Pixel Pixel

Pixel data structure that will be used to hold the image units.