|
VTK
|
#include <vtkColor.h>
Public Member Functions | |
| vtkColor3f (float r=0.0, float g=0.0, float b=0.0) | |
| vtkColor3f (const float *init) | |
Public Member Functions inherited from vtkColor3< float > | |
| vtkColor3 (const float &red=0, const float &green=0, const float &blue=0) | |
| vtkColor3 (const float *init) | |
| void | SetRed (const float &red) |
| void | SetGreen (const float &green) |
| void | SetBlue (const float &blue) |
| void | Set (const float &red, const float &green, const float &blue) |
| const float & | GetRed () const |
| const float & | Red () const |
| const float & | GetGreen () const |
| const float & | Green () const |
| const float & | GetBlue () const |
| const float & | Blue () const |
Public Member Functions inherited from vtkVector< float, 3 > | |
| vtkVector () | |
| vtkVector (const float *init) | |
| int | GetSize () const |
| float | operator() (int i) const |
| float * | GetData () |
| const float * | GetData () const |
| float & | operator[] (int i) |
| const float & | operator[] (int i) const |
| vtkVector< TR, Size > | Cast () const |
Definition at line 172 of file vtkColor.h.
|
inline |
Definition at line 175 of file vtkColor.h.
|
inlineexplicit |
Definition at line 177 of file vtkColor.h.
1.8.1