VTK
|
#include <vtkColor.h>
Public Member Functions | |
vtkColor3f (float r=0.0, float g=0.0, float b=0.0) | |
vtkColor3f (const float *init) | |
![]() | |
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 |
![]() | |
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 |
Additional Inherited Members | |
![]() | |
float | Data [Size] |
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.