VTK
|
#include <vtkColor.h>
Public Member Functions | |
vtkColor3f () | |
vtkColor3f (float scalar) | |
vtkColor3f (const float *init) | |
vtkColor3f (float r, float g, float b) | |
Public Member Functions inherited from vtkColor3< float > | |
vtkColor3 () | |
vtkColor3 (const float &scalar) | |
vtkColor3 (const float *init) | |
vtkColor3 (const float &red, const float &green, const float &blue) | |
void | SetRed (const float &red) |
const float & | GetRed () const |
void | SetGreen (const float &green) |
const float & | GetGreen () const |
void | SetBlue (const float &blue) |
void | Set (const float &red, const float &green, const float &blue) |
const float & | GetBlue () const |
Public Member Functions inherited from vtkTuple< float, 3 > | |
int | GetSize () const |
vtkTuple () | |
vtkTuple (const float &scalar) | |
vtkTuple (const float *init) | |
float * | GetData () |
const float * | GetData () const |
float & | operator[] (int i) |
const float & | operator[] (int i) const |
float | operator() (int i) const |
bool | Compare (const vtkTuple< float, Size > &other, const float &tol) const |
vtkTuple< TR, Size > | Cast () const |
Additional Inherited Members | |
Protected Attributes inherited from vtkTuple< float, 3 > | |
float | Data [Size] |
Definition at line 190 of file vtkColor.h.
|
inline |
Definition at line 193 of file vtkColor.h.
|
inlineexplicit |
Definition at line 194 of file vtkColor.h.
|
inlineexplicit |
Definition at line 195 of file vtkColor.h.
Definition at line 196 of file vtkColor.h.