#include <ordinfo.h>
Collaboration diagram for Ordering_info:

Public Member Functions | |
| Ordering_info (Game_window *gwin, Game_object *obj) | |
| Ordering_info (Game_window *gwin, Game_object *obj, Rectangle &a) | |
Public Attributes | |
| Rectangle | area |
| Shape_info & | info |
| int | tx |
| int | ty |
| int | tz |
| int | xs |
| int | ys |
| int | zs |
| int | xleft |
| int | xright |
| int | ynear |
| int | yfar |
| int | zbot |
| int | ztop |
Private Member Functions | |
| void | init (const Game_object *obj) |
Friends | |
| class | Game_object |
| class | Map_chunk |
Definition at line 31 of file ordinfo.h.
| Ordering_info::Ordering_info | ( | Game_window * | gwin, | |
| Game_object * | obj | |||
| ) | [inline] |
Definition at line 65 of file ordinfo.h.
References init(), and Exult_server::obj.
Here is the call graph for this function:

| Ordering_info::Ordering_info | ( | Game_window * | gwin, | |
| Game_object * | obj, | |||
| Rectangle & | a | |||
| ) | [inline] |
Definition at line 69 of file ordinfo.h.
References init(), and Exult_server::obj.
Here is the call graph for this function:

| void Ordering_info::init | ( | const Game_object * | obj | ) | [inline, private] |
Definition at line 42 of file ordinfo.h.
References Shape_info::get_3d_height(), Shape_info::get_3d_xtiles(), Shape_info::get_3d_ytiles(), info, Exult_server::obj, Tile_coord::tx, tx, Tile_coord::ty, ty, Tile_coord::tz, tz, xleft, xright, xs, yfar, ynear, ys, zbot, zs, and ztop.
Referenced by Ordering_info().
Here is the call graph for this function:

friend class Game_object [friend] |
Definition at line 35 of file ordinfo.h.
Referenced by Map_chunk::add(), Game_object::compare(), and init().
1.5.1