HDK
|
#include <GQ_Point.h>
Public Member Functions | |
GQ_Point (GEO_Detail *gdp, GA_Offset ptoff) | |
bool | isValid () const |
GEO_Detail * | geoDetail () const |
GA_Offset | ptOff () const |
GA_Index | ptNum () const |
UT_Vector3 | getPos3 () const |
UT_Vector4 | getPos4 () const |
void | setPos3 (const UT_Vector3 &pos) |
int | aboveOrBelow (UT_Vector3 &normal, float distance) const |
float | distToPlane (UT_Vector3 &normal, float distance) const |
void | setEdge (GQ_Edge *e) |
GQ_Edge * | getEdge () const |
void | setFlags (unsigned mask) |
unsigned | getFlags (unsigned mask=~0) const |
void | addFlags (unsigned mask) |
void | clearFlags (unsigned mask=~0) |
Public Attributes | |
void * | mySpare |
Additional Inherited Members | |
Static Public Member Functions inherited from UT_SmallObject< UT_NonCopyable > | |
static void * | operator new (size_t size) |
Regular new/delete operators. More... | |
static void | operator delete (void *p, size_t size) |
Regular new/delete operators. More... | |
static void * | operator new (size_t, void *p) |
static void | operator delete (void *, void *) |
Definition at line 25 of file GQ_Point.h.
|
inlineexplicit |
Definition at line 28 of file GQ_Point.h.
|
inline |
Definition at line 52 of file GQ_Point.h.
|
inline |
Definition at line 69 of file GQ_Point.h.
|
inline |
Definition at line 70 of file GQ_Point.h.
|
inline |
Definition at line 58 of file GQ_Point.h.
|
inline |
Definition at line 39 of file GQ_Point.h.
|
inline |
Definition at line 64 of file GQ_Point.h.
|
inline |
Definition at line 67 of file GQ_Point.h.
|
inline |
Definition at line 44 of file GQ_Point.h.
|
inline |
Definition at line 45 of file GQ_Point.h.
|
inline |
Definition at line 37 of file GQ_Point.h.
|
inline |
Definition at line 42 of file GQ_Point.h.
|
inline |
Definition at line 41 of file GQ_Point.h.
Definition at line 63 of file GQ_Point.h.
|
inline |
Definition at line 66 of file GQ_Point.h.
|
inline |
Definition at line 47 of file GQ_Point.h.
void* GQ_Point::mySpare |
Definition at line 77 of file GQ_Point.h.