#include <GB_Vertex.h>

Public Member Functions | |
| GB_Vertex (GB_Element *pt=0) | |
| GB_Vertex (const GB_Vertex &vtx) | |
| virtual | ~GB_Vertex () |
| virtual void | setPt (GB_Element *pt) |
| GB_Element * | getBasePt (void) const |
| void | steal (GB_Vertex &src) |
| void | copy (const GB_Vertex *src) |
| GB_Vertex & | operator= (const GB_Vertex &vtx) |
| int | operator== (const GB_Vertex &vtx) const |
Definition at line 30 of file GB_Vertex.h.
| GB_Vertex::GB_Vertex | ( | GB_Element * | pt = 0 |
) | [inline] |
Definition at line 32 of file GB_Vertex.h.
| GB_Vertex::GB_Vertex | ( | const GB_Vertex & | vtx | ) | [inline] |
Definition at line 35 of file GB_Vertex.h.
| virtual GB_Vertex::~GB_Vertex | ( | ) | [inline, virtual] |
Definition at line 37 of file GB_Vertex.h.
| void GB_Vertex::copy | ( | const GB_Vertex * | src | ) | [inline] |
Definition at line 48 of file GB_Vertex.h.
| GB_Element* GB_Vertex::getBasePt | ( | void | ) | const [inline] |
Definition at line 40 of file GB_Vertex.h.
Definition at line 54 of file GB_Vertex.h.
| int GB_Vertex::operator== | ( | const GB_Vertex & | vtx | ) | const [inline] |
Definition at line 61 of file GB_Vertex.h.
| virtual void GB_Vertex::setPt | ( | GB_Element * | pt | ) | [inline, virtual] |
Definition at line 39 of file GB_Vertex.h.
| void GB_Vertex::steal | ( | GB_Vertex & | src | ) | [inline] |
Definition at line 42 of file GB_Vertex.h.
1.5.9