title
Graph Drawing Toolkit

An object-oriented C++ library for handling and drawing graphs

_grid_line_struct Class Reference

#include <rel_coord_orth.h>

Collaboration diagram for _grid_line_struct:

Collaboration graph
[legend]

List of all members.

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


Detailed Description

Definition at line 9 of file rel_coord_orth.h.


Constructor & Destructor Documentation

_grid_line_struct::_grid_line_struct (  )  [inline]

Definition at line 24 of file rel_coord_orth.h.

References _axis, _coord, and _node_list.

_grid_line_struct::_grid_line_struct ( int  axis,
double  coord 
) [inline]

Definition at line 30 of file rel_coord_orth.h.

References _axis, _coord, and _node_list.

_grid_line_struct::~_grid_line_struct (  )  [inline]

Definition at line 37 of file rel_coord_orth.h.

References _node_list.


Member Function Documentation

int _grid_line_struct::get_axis (  )  const [inline]

Definition at line 39 of file rel_coord_orth.h.

References _axis.

double _grid_line_struct::coord (  )  const [inline]

Definition at line 40 of file rel_coord_orth.h.

References _coord.

void _grid_line_struct::set_axis ( int  axis  )  [inline]

Definition at line 42 of file rel_coord_orth.h.

References _axis.

void _grid_line_struct::set_coord ( double  c  )  [inline]

Definition at line 43 of file rel_coord_orth.h.

References _coord.


Friends And Related Function Documentation

friend class rel_coord_orth [friend]

Definition at line 11 of file rel_coord_orth.h.


Member Data Documentation

int _grid_line_struct::_axis

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().

gdt::gdtlist<gdtnode>* _grid_line_struct::_node_list

Definition at line 20 of file rel_coord_orth.h.

Referenced by _grid_line_struct(), and ~_grid_line_struct().

gdt::list_item _grid_line_struct::_position_into_list

Definition at line 21 of file rel_coord_orth.h.


The documentation for this class was generated from the following file:
Generated on Thu Jan 10 14:48:38 2008 for GDToolkit GAPI by  doxygen 1.5.3