CVCPoint is a point that have a CRGBColor and which is used for handling object vertex colors.
|
unsigned char & | operator[] (int i) |
|
const unsigned char & | operator[] (int i) const |
|
unsigned char * | ValPtr () |
|
CVCPoint & | operator= (const CVCPoint &refpoint) |
|
bool | operator== (const CVCPoint &pt) const |
|
virtual CPt & | operator= (const CPt &refpoint) |
|
virtual void | To4DPoint (C4DPoint &pt) const |
|
virtual CPt & | operator= (const C4DPoint &pt) |
|
| operator CRGBColor () |
|
CRGBColor & | GetColor () |
|
void | SetColor (CRGBColor &color) |
|
void | SetColor (unsigned char r, unsigned char g, unsigned char b, unsigned char a=0) |
|
void | SetColor (float r, float g, float b, float a, float scale) |
|
void | SetColor3 (const unsigned char *rgb) |
|
void | SetColor4 (const unsigned char *rgba) |
|
void | SetColor3 (const float *rgb, float scale) |
|
void | SetColor4 (const float *rgba, float scale) |
|
virtual void | Serialize (CXArchive &ar) |
|
unsigned int | GetFlags () const |
|
void | SetFlags (unsigned int flags) |
|
void | SetFlag (POINT_PROPERTIES flag, bool set) |
|
void | SetFlags (unsigned int flags, bool set) |
|
bool | IsFlagSet (POINT_PROPERTIES flag) const |
|
bool | IsOneFlagSet (int flag) const |
|