#include <SceneBuilderFactories.h>
Inherits Transformator.
Inheritance diagram for Translator:


Public Member Functions | |
| Translator (std::map< std::string, Object * > &objects) | |
| virtual bool | transform (const std::string &type, std::stringstream &line) |
Definition at line 648 of file SceneBuilderFactories.h.
| Translator::Translator | ( | std::map< std::string, Object * > & | objects | ) | [inline] |
Constructor
Definition at line 653 of file SceneBuilderFactories.h.
| bool Translator::transform | ( | const std::string & | type, | |
| std::stringstream & | line | |||
| ) | [virtual] |
Translate given object based on type and data
| type | Statement type | |
| line | Line with data |
Implements Transformator.
Definition at line 663 of file SceneBuilderFactories.cpp.
References Transformator::mObjects, and PhysicalObject::translate().
1.5.1