Phongo Clap RT  1.0
Simple Raytracing Renderer
Classes
Parser.h File Reference

Parses a text file that user passes as an argument when executing the program. More...

#include <boost/tokenizer.hpp>
#include <string>
#include <iostream>
#include <fstream>
#include <streambuf>
#include <vector>
#include <ngl/Vec3.h>
#include <ngl/Colour.h>
#include "Light.h"
#include "Shape.h"
#include "Plane.h"
#include "Sphere.h"
Include dependency graph for Parser.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Parser
 Reads from text file and iterates using boost tokenizer to "pickup" and store values based on syntax. More...
 

Detailed Description

Parses a text file that user passes as an argument when executing the program.

Author
Ramon Blanquer
Todo:
I cannot move the definitions to a source file! It complains about multiple declarations...

Definition in file Parser.h.