#include <point_color.h>
Public Member Functions | |
CPointColor () | |
CPointColor () | |
CPointColor (int _r, int _g, int _b) | |
CPointColor (int _r, int _g, int _b) | |
~CPointColor () | |
~CPointColor () | |
Public Attributes | |
float | b |
bool | bIsColored |
float | g |
float | r |
Definition at line 36 of file point_color.h.
CPointColor::CPointColor | ( | ) | [inline] |
Definition at line 39 of file point_color.h.
CPointColor::CPointColor | ( | int | _r, |
int | _g, | ||
int | _b | ||
) |
Definition at line 52 of file point_color.h.
Definition at line 59 of file point_color.h.
CPointColor::CPointColor | ( | ) | [inline] |
Definition at line 36 of file PointColor.h.
CPointColor::CPointColor | ( | int | _r, |
int | _g, | ||
int | _b | ||
) |
float CPointColor::b |
Definition at line 48 of file point_color.h.
Definition at line 49 of file point_color.h.
float CPointColor::g |
Definition at line 47 of file point_color.h.
float CPointColor::r |
Definition at line 46 of file point_color.h.