#include <EntityWorld.hpp>

Public Member Functions | |
| EntityWorld () | |
| Constructor. | |
| ~EntityWorld () | |
| Destructor. | |
| void | compile () |
| Compile the .map entity. | |
| void | releaseMAP () |
| Delete MAP-based content from memory. | |
| void | save () |
| Save the compiled .map. | |
Private Member Functions | |
| void | compileProperties () |
| Create the cells out of the polygons. | |
Private Attributes | |
| std::string | m_description |
| Map description. | |
| syBR::map2syBR::EntityWorld::EntityWorld | ( | ) |
Constructor.
| syBR::map2syBR::EntityWorld::~EntityWorld | ( | ) |
Destructor.
| void syBR::map2syBR::EntityWorld::compile | ( | ) | [virtual] |
Compile the .map entity.
The following steps are done:
Implements syBR::map2syBR::EntityBase.
| void syBR::map2syBR::EntityWorld::releaseMAP | ( | ) | [virtual] |
| void syBR::map2syBR::EntityWorld::save | ( | ) | [virtual] |
| void syBR::map2syBR::EntityWorld::compileProperties | ( | ) | [private] |
Create the cells out of the polygons.
Compile the .map properties
std::string syBR::map2syBR::EntityWorld::m_description [private] |
Map description.
Copyright © 2008 by Sebastien Frippiat

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