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