
#include <rel_coord_orth.h>

Public Member Functions | |
| _grid_line_struct () | |
| _grid_line_struct (int axis, double coord) | |
| ~_grid_line_struct () | |
| int | get_axis () const |
| double | coord () const |
| void | set_axis (int axis) |
| void | set_coord (double c) |
Public Attributes | |
| int | _axis |
| double | _coord |
| gdt::gdtlist< gdtnode > * | _node_list |
| gdt::list_item | _position_into_list |
Friends | |
| class | rel_coord_orth |
Definition at line 9 of file rel_coord_orth.h.
| _grid_line_struct::_grid_line_struct | ( | ) | [inline] |
| _grid_line_struct::_grid_line_struct | ( | int | axis, | |
| double | coord | |||
| ) | [inline] |
| _grid_line_struct::~_grid_line_struct | ( | ) | [inline] |
| int _grid_line_struct::get_axis | ( | ) | const [inline] |
| double _grid_line_struct::coord | ( | ) | const [inline] |
| void _grid_line_struct::set_axis | ( | int | axis | ) | [inline] |
| void _grid_line_struct::set_coord | ( | double | c | ) | [inline] |
friend class rel_coord_orth [friend] |
Definition at line 11 of file rel_coord_orth.h.
Definition at line 18 of file rel_coord_orth.h.
Referenced by _grid_line_struct(), get_axis(), and set_axis().
| double _grid_line_struct::_coord |
Definition at line 19 of file rel_coord_orth.h.
Referenced by _grid_line_struct(), coord(), and set_coord().
Definition at line 20 of file rel_coord_orth.h.
Referenced by _grid_line_struct(), and ~_grid_line_struct().
Definition at line 21 of file rel_coord_orth.h.
1.5.3