syBR::map2syBR Namespace Reference

map2syBR classes More...


Classes

class  EntityBase
 Base class for all entities. More...
class  EntitySolid
 Base class for all solid entities i.e. entities with polygons. More...
class  EntityWorld
 Main world entity. More...
class  BrushFace
 Face of a brush. More...
class  Brush
 Brush. More...
class  MapHandler
 Class responsible for the compilation of a .map file into a syBR .scene file. More...
class  Vertex
 Polygon vertex class. More...
class  Polygon
 Polygon class. More...
struct  Triangle
 Triangle. More...
class  Plane
 Double-precision plane. More...
class  Vector3
 Double-precision three-dimension vector. More...
class  TextureManager
 Texture manager. More...

Namespaces

namespace  Math
 Some mathematics constants.

Typedefs

typedef std::vector
< std::pair
< std::string,
std::string > > 
PropertyList
 Typedef for list of properties which are pairs of <name, value>.

Functions

void displaySyntax ()
 Display the program syntax.

Variables

bool verbose
 Verbose mode.
std::ofstream log
 Log file.
bool verbose
 Verbose mode.
std::ofstream log
 Log file.


Detailed Description

map2syBR classes

Typedef Documentation

typedef std::vector<std::pair<std::string, std::string> > syBR::map2syBR::PropertyList

Typedef for list of properties which are pairs of <name, value>.


Function Documentation

void syBR::map2syBR::displaySyntax (  ) 

Display the program syntax.


Variable Documentation

std::ofstream syBR::map2syBR::log

Log file.

std::ofstream syBR::map2syBR::log

Log file.

bool syBR::map2syBR::verbose

Verbose mode.

One of these:

bool syBR::map2syBR::verbose

Verbose mode.

One of these:


Copyright © 2008 by Sebastien Frippiat
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License.
Last modified Tue Dec 30 17:57:34 2008