A local ID of an edge. More...
#include <RFC_Window_base.h>
Public Member Functions | |
Edge_ID () | |
A dummy constructor. More... | |
Edge_ID (int f, int e) | |
Constructor from two integers. More... | |
bool | operator< (const Edge_ID &v) const |
Less-than operator. More... | |
Public Attributes | |
int | face_id |
local face id. More... | |
int | edge_id |
edge id within the face. More... | |
A local ID of an edge.
Each edge is identified by a pair of integers: the local face id and a unique id of the edge within a face.
Definition at line 168 of file RFC_Window_base.h.
|
inline |
|
inline |
Constructor from two integers.
f | local face id. |
e | edge id within the pane |
Definition at line 176 of file RFC_Window_base.h.
|
inline |
Less-than operator.
Definition at line 182 of file RFC_Window_base.h.
References edge_id, and face_id.
int edge_id |
edge id within the face.
Definition at line 179 of file RFC_Window_base.h.
Referenced by Overlay::convert_nat_coordinates(), RFC_Pane_base::get_nat_coor_in_element(), RFC_Pane_base::get_parent_node(), and operator<().
int face_id |
local face id.
Definition at line 178 of file RFC_Window_base.h.
Referenced by Overlay::convert_nat_coordinates(), RFC_Pane_base::get_nat_coor_in_element(), RFC_Pane_base::get_parent_node(), and operator<().