#include <Enki.h>
Inheritance diagram for Teem::EnkiRectangularBlock:

Public Member Functions | |
| virtual | ~EnkiRectangularBlock () |
| Destructor, remove object from world and destroy Enki instance. | |
| virtual void | set (double w, double h, double x, double y, double a) |
| Set the width, height, position and orientation of this rectangular block. | |
Private Member Functions | |
| EnkiRectangularBlock (EnkiWorld *world, const std::string &root) | |
| Private constructor, created from world. | |
Private Attributes | |
| EnkiWorld * | world |
| Pointer to world to be able to remove object in destructor. | |
| An::Polygone | boundingSurface |
| Bounding surface of this block, may be modified through Ishtar. | |
| Ishtar::VariablesPublisher | ishtarPublisher |
| Ishtar publisher for accessible variables of the Enki object. | |
Friends | |
| class | EnkiWorld |
| class | Registrar< Entity, std::string, EnkiWorld *, std::string > |
1.4.2