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