#include <GD_Vertex.h>

Public Member Functions | |
| GD_Vertex (GD_Point *p=0) | |
| GD_Vertex (const GD_Vertex &vtx) | |
| virtual | ~GD_Vertex () |
| GD_Point * | getPt (void) const |
| UT_Vector3 & | getPos () |
| const UT_Vector3 & | getPos () const |
| void | steal (GD_Vertex &src) |
| void | copy (const GD_Vertex &src) |
| GD_Vertex & | operator= (const GD_Vertex &vtx) |
| int | operator== (const GD_Vertex &vtx) const |
Definition at line 30 of file GD_Vertex.h.
| GD_Vertex::GD_Vertex | ( | GD_Point * | p = 0 |
) | [inline] |
Definition at line 33 of file GD_Vertex.h.
| GD_Vertex::GD_Vertex | ( | const GD_Vertex & | vtx | ) | [inline] |
Definition at line 36 of file GD_Vertex.h.
| virtual GD_Vertex::~GD_Vertex | ( | ) | [inline, virtual] |
Definition at line 38 of file GD_Vertex.h.
| void GD_Vertex::copy | ( | const GD_Vertex & | src | ) | [inline] |
Definition at line 52 of file GD_Vertex.h.
| const UT_Vector3& GD_Vertex::getPos | ( | ) | const [inline] |
Definition at line 46 of file GD_Vertex.h.
| UT_Vector3& GD_Vertex::getPos | ( | ) | [inline] |
Definition at line 42 of file GD_Vertex.h.
| GD_Point* GD_Vertex::getPt | ( | void | ) | const [inline] |
Definition at line 40 of file GD_Vertex.h.
Definition at line 55 of file GD_Vertex.h.
| int GD_Vertex::operator== | ( | const GD_Vertex & | vtx | ) | const [inline] |
Definition at line 61 of file GD_Vertex.h.
| void GD_Vertex::steal | ( | GD_Vertex & | src | ) | [inline] |
Definition at line 51 of file GD_Vertex.h.
1.5.9