opening_s Struct Reference

An 'opening' describes the connection between two adjacent spaces where an actor can exist in a cell. More...

Data Fields

int size
int base
int stepup
int invstepup

Detailed Description

An 'opening' describes the connection between two adjacent spaces where an actor can exist in a cell.

Note:
Note that if size is 0, the other members are undefined. They may contain reasonable values, though

Definition at line 123 of file routing.c.


Field Documentation

The base height of the opening, given in abs QUANTs

Definition at line 125 of file routing.c.

Referenced by RT_MicroTrace(), RT_TraceOnePassage(), RT_TracePassage(), and RT_UpdateConnection().

The stepup needed to travel through this passage in the opposite direction.

Definition at line 127 of file routing.c.

Referenced by RT_MicroTrace(), RT_TraceOnePassage(), RT_TracePassage(), and RT_UpdateConnection().

The opening size (max actor height) that can travel this passage.

Definition at line 124 of file routing.c.

Referenced by RT_MicroTrace(), RT_TraceOnePassage(), RT_TracePassage(), and RT_UpdateConnection().

The stepup needed to travel through this passage in this direction.

Definition at line 126 of file routing.c.

Referenced by RT_MicroTrace(), RT_TraceOnePassage(), RT_TracePassage(), and RT_UpdateConnection().


The documentation for this struct was generated from the following file:

Generated by  doxygen 1.6.2