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