#include <gtrl_vertex.h>
Inheritance diagram for gtrl_vertex:

Definition at line 16 of file gtrl_vertex.h.
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_ |
|
||||||||||||
|
Definition at line 19 of file gtrl_vertex.h. |
|
|
Definition at line 21 of file gtrl_vertex.h. |
|
|
Definition at line 26 of file gtrl_vertex.h. |
|
|
Definition at line 27 of file gtrl_vertex.h. |
|
|
Definition at line 23 of file gtrl_vertex.h. |
|
|
Definition at line 24 of file gtrl_vertex.h. |
|
|
Definition at line 30 of file gtrl_vertex.h. |
|
|
Definition at line 31 of file gtrl_vertex.h. |
1.4.4