#include <esve/engine/dim4/Geom.hxx>
Inheritance diagram for esve::engine::dim4::Geom:

Public Member Functions | |
| const engine::dim4::Transform & | world_transform () const |
| The transform in world (standard) coordinates. | |
| void | remove_all () |
| Child frames. | |
Protected Member Functions | |
| virtual void | draw ()=0 |
| Receive the draw() message. | |
| virtual void | draw_initialize () |
| Receive the draw_initialize() message. | |
| virtual void | compute ()=0 |
| Receive the compute() message. | |
| void | update () |
| Receive the update() message. | |
| void | update (double dt) |
| Receive the update() message. | |
A Geom is a Frame which receives the draw() and compute() messages. You probably want to use Make_Geom instead of using this class directly.
1.3.4