#include <GEO_PasteVertex.h>
Public Member Functions | |
| GEO_PasteVertex (void) | |
| ~GEO_PasteVertex (void) | |
| void | updateWorldImage (void) |
| void | updateDisplacement (void) |
| void | updateFrame (const GP_PointMatrix &worldgrev, int row, int col) |
| void | updateIsoFrame (const GP_PointMatrix &gworld, int r, int c) |
| void | setDisplacement (const UT_Vector3 &v) |
| void | setFrame (const UT_Vector3 orig) |
| void | setFrame (const UT_Vector3 orig, const UT_Matrix3 &matx) |
| void | translateOrigin (const UT_Vector3 delta) |
| void | elevateDisplacement (float delta) |
| void | flipDisplacement () |
| const UT_Vector3 & | displacement (void) const |
| GEO_PasteSurf * | baseSurface (void) const |
| void | baseSurface (GEO_PasteSurf *s) |
| GEO_Point * | point (void) const |
| void | point (GEO_Point &ppt, int update=1) |
| int | operator== (const GEO_PasteVertex &vtx) const |
| GEO_PasteVertex & | operator= (const GEO_PasteVertex &vtx) |
Definition at line 32 of file GEO_PasteVertex.h.
| GEO_PasteVertex::GEO_PasteVertex | ( | void | ) | [inline] |
Definition at line 36 of file GEO_PasteVertex.h.
| GEO_PasteVertex::~GEO_PasteVertex | ( | void | ) | [inline] |
Definition at line 37 of file GEO_PasteVertex.h.
| void GEO_PasteVertex::baseSurface | ( | GEO_PasteSurf * | s | ) | [inline] |
Definition at line 98 of file GEO_PasteVertex.h.
| GEO_PasteSurf* GEO_PasteVertex::baseSurface | ( | void | ) | const [inline] |
Definition at line 97 of file GEO_PasteVertex.h.
| const UT_Vector3& GEO_PasteVertex::displacement | ( | void | ) | const [inline] |
Definition at line 94 of file GEO_PasteVertex.h.
| void GEO_PasteVertex::elevateDisplacement | ( | float | delta | ) | [inline] |
Definition at line 85 of file GEO_PasteVertex.h.
| void GEO_PasteVertex::flipDisplacement | ( | ) | [inline] |
Definition at line 89 of file GEO_PasteVertex.h.
| GEO_PasteVertex& GEO_PasteVertex::operator= | ( | const GEO_PasteVertex & | vtx | ) |
| int GEO_PasteVertex::operator== | ( | const GEO_PasteVertex & | vtx | ) | const |
| void GEO_PasteVertex::point | ( | GEO_Point & | ppt, | |
| int | update = 1 | |||
| ) | [inline] |
Definition at line 101 of file GEO_PasteVertex.h.
| GEO_Point* GEO_PasteVertex::point | ( | void | ) | const [inline] |
Definition at line 100 of file GEO_PasteVertex.h.
| void GEO_PasteVertex::setDisplacement | ( | const UT_Vector3 & | v | ) | [inline] |
Definition at line 62 of file GEO_PasteVertex.h.
| void GEO_PasteVertex::setFrame | ( | const UT_Vector3 | orig, | |
| const UT_Matrix3 & | matx | |||
| ) | [inline] |
Definition at line 73 of file GEO_PasteVertex.h.
| void GEO_PasteVertex::setFrame | ( | const UT_Vector3 | orig | ) | [inline] |
Definition at line 66 of file GEO_PasteVertex.h.
| void GEO_PasteVertex::translateOrigin | ( | const UT_Vector3 | delta | ) | [inline] |
Definition at line 80 of file GEO_PasteVertex.h.
| void GEO_PasteVertex::updateDisplacement | ( | void | ) |
| void GEO_PasteVertex::updateFrame | ( | const GP_PointMatrix & | worldgrev, | |
| int | row, | |||
| int | col | |||
| ) |
| void GEO_PasteVertex::updateIsoFrame | ( | const GP_PointMatrix & | gworld, | |
| int | r, | |||
| int | c | |||
| ) |
| void GEO_PasteVertex::updateWorldImage | ( | void | ) |
1.5.9