#include <GEO_Vertex.h>

Public Member Functions | |
| GEO_Vertex (GEO_Point *p=0) | |
| GEO_Vertex (GEO_Detail *d, GEO_Point *p=0) | |
| virtual | ~GEO_Vertex () |
| GEO_Vertex (const GEO_Vertex &vtx) | |
| void | initAttributeData (GEO_Detail *d) |
| void | copyAttributeData (const GEO_Vertex *src, int size) |
| GEO_Point * | getPt (void) const |
| UT_Vector4 & | getPos () |
| const UT_Vector4 & | getPos () const |
| void | steal (GEO_Vertex &src) |
| void | copyVertex (const GEO_Vertex *src, GEO_Point *pt, int avsize) |
| void | copyVertex (const GEO_Vertex *src, int avsize) |
| GEO_Vertex & | operator= (const GEO_Vertex &vtx) |
| int | operator== (const GEO_Vertex &vtx) const |
Definition at line 34 of file GEO_Vertex.h.
| GEO_Vertex::GEO_Vertex | ( | GEO_Point * | p = 0 |
) | [inline, explicit] |
Definition at line 37 of file GEO_Vertex.h.
| GEO_Vertex::GEO_Vertex | ( | GEO_Detail * | d, | |
| GEO_Point * | p = 0 | |||
| ) | [inline, explicit] |
Definition at line 38 of file GEO_Vertex.h.
| virtual GEO_Vertex::~GEO_Vertex | ( | ) | [inline, virtual] |
Definition at line 41 of file GEO_Vertex.h.
| GEO_Vertex::GEO_Vertex | ( | const GEO_Vertex & | vtx | ) | [inline] |
Definition at line 44 of file GEO_Vertex.h.
| void GEO_Vertex::copyAttributeData | ( | const GEO_Vertex * | src, | |
| int | size | |||
| ) |
| void GEO_Vertex::copyVertex | ( | const GEO_Vertex * | src, | |
| int | avsize | |||
| ) | [inline] |
Definition at line 73 of file GEO_Vertex.h.
| void GEO_Vertex::copyVertex | ( | const GEO_Vertex * | src, | |
| GEO_Point * | pt, | |||
| int | avsize | |||
| ) | [inline] |
Definition at line 67 of file GEO_Vertex.h.
| const UT_Vector4& GEO_Vertex::getPos | ( | ) | const [inline] |
Definition at line 56 of file GEO_Vertex.h.
| UT_Vector4& GEO_Vertex::getPos | ( | ) | [inline] |
Definition at line 52 of file GEO_Vertex.h.
| GEO_Point* GEO_Vertex::getPt | ( | void | ) | const [inline] |
Definition at line 50 of file GEO_Vertex.h.
| void GEO_Vertex::initAttributeData | ( | GEO_Detail * | d | ) |
| GEO_Vertex& GEO_Vertex::operator= | ( | const GEO_Vertex & | vtx | ) | [inline] |
Definition at line 80 of file GEO_Vertex.h.
| int GEO_Vertex::operator== | ( | const GEO_Vertex & | vtx | ) | const [inline] |
Definition at line 90 of file GEO_Vertex.h.
| void GEO_Vertex::steal | ( | GEO_Vertex & | src | ) | [inline] |
Definition at line 61 of file GEO_Vertex.h.
1.5.9