Public Member Functions | Protected Attributes
gtrl_vertex Class Reference

#include <gtrl_vertex.h>

Inheritance diagram for gtrl_vertex:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 gtrl_vertex (double x, double y)
 gtrl_vertex (gtrl_vertex const &v)
double x () const
double y () const
void set_x (double x)
void set_y (double y)
void ref ()
void unref ()
int get_references () const
bool is_referenced () const

Protected Attributes

double x_
double y_

Detailed Description

Definition at line 16 of file gtrl_vertex.h.


Constructor & Destructor Documentation

gtrl_vertex::gtrl_vertex ( double  x,
double  y 
) [inline]

Definition at line 19 of file gtrl_vertex.h.

gtrl_vertex::gtrl_vertex ( gtrl_vertex const &  v) [inline]

Definition at line 21 of file gtrl_vertex.h.


Member Function Documentation

void gtrl_vertex::set_x ( double  x) [inline]

Definition at line 26 of file gtrl_vertex.h.

void gtrl_vertex::set_y ( double  y) [inline]

Definition at line 27 of file gtrl_vertex.h.

double gtrl_vertex::x ( ) const [inline]

Definition at line 23 of file gtrl_vertex.h.

double gtrl_vertex::y ( ) const [inline]

Definition at line 24 of file gtrl_vertex.h.


Member Data Documentation

double gtrl_vertex::x_ [protected]

Definition at line 30 of file gtrl_vertex.h.

double gtrl_vertex::y_ [protected]

Definition at line 31 of file gtrl_vertex.h.


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