#include <GEO_Greville.h>
Public Member Functions | |
| GEO_Greville () | |
| GEO_Greville (const UT_Vector4 &img, float u=0.0f, float v=0.0f) | |
| ~GEO_Greville () | |
| void | setUVImage (float u) |
| void | setUVImage (float u, float v) |
| void | setCVImage (const UT_Vector4 &img) |
| void | getUVImage (float *u) const |
| void | getUVImage (float *u, float *v) const |
| const UT_Vector4 & | getCVImage (void) const |
| GEO_Greville & | operator= (const GEO_Greville &src) |
| int | operator== (const GEO_Greville &grev) const |
Definition at line 28 of file GEO_Greville.h.
| GEO_Greville::GEO_Greville | ( | ) | [inline] |
Definition at line 32 of file GEO_Greville.h.
| GEO_Greville::GEO_Greville | ( | const UT_Vector4 & | img, | |
| float | u = 0.0f, |
|||
| float | v = 0.0f | |||
| ) | [inline] |
Definition at line 40 of file GEO_Greville.h.
| GEO_Greville::~GEO_Greville | ( | ) | [inline] |
Definition at line 47 of file GEO_Greville.h.
| const UT_Vector4& GEO_Greville::getCVImage | ( | void | ) | const [inline] |
Definition at line 61 of file GEO_Greville.h.
| void GEO_Greville::getUVImage | ( | float * | u, | |
| float * | v | |||
| ) | const [inline] |
Definition at line 57 of file GEO_Greville.h.
| void GEO_Greville::getUVImage | ( | float * | u | ) | const [inline] |
Definition at line 56 of file GEO_Greville.h.
| GEO_Greville& GEO_Greville::operator= | ( | const GEO_Greville & | src | ) | [inline] |
Definition at line 64 of file GEO_Greville.h.
| int GEO_Greville::operator== | ( | const GEO_Greville & | grev | ) | const [inline] |
Definition at line 75 of file GEO_Greville.h.
| void GEO_Greville::setCVImage | ( | const UT_Vector4 & | img | ) | [inline] |
Definition at line 53 of file GEO_Greville.h.
| void GEO_Greville::setUVImage | ( | float | u, | |
| float | v | |||
| ) | [inline] |
Definition at line 52 of file GEO_Greville.h.
| void GEO_Greville::setUVImage | ( | float | u | ) | [inline] |
Definition at line 51 of file GEO_Greville.h.
1.5.9