#include <vtkColor.h>
|
| vtkColor3d ()=default |
| vtkColor3d (double scalar) |
| vtkColor3d (const double *init) |
| vtkColor3d (double r, double g, double b) |
| vtkColor3 ()=default |
void | SetRed (const double &red) |
| Set the red component of the color, i.e.
|
const double & | GetRed () const |
| Get the red component of the color, i.e.
|
void | SetGreen (const double &green) |
| Set the green component of the color, i.e.
|
const double & | GetGreen () const |
| Get the green component of the color, i.e.
|
void | SetBlue (const double &blue) |
| Set the blue component of the color, i.e.
|
const double & | GetBlue () const |
| Get the blue component of the color, i.e.
|
void | Set (const double &red, const double &green, const double &blue) |
| Set the red, green and blue components of the color.
|
| vtkTuple ()=default |
| The default constructor does not initialize values.
|
int | GetSize () const |
| Get the size of the tuple.
|
double * | GetData () |
| Get a pointer to the underlying data of the tuple.
|
double & | operator[] (int i) |
| Get a reference to the underlying data element of the tuple.
|
double | operator() (int i) const |
| Get the value of the tuple at the index specified.
|
bool | Compare (const vtkTuple< double, Size > &other, const double &tol) const |
| Equality operator with a tolerance to allow fuzzy comparisons.
|
vtkTuple< TR, Size > | Cast () const |
| Cast the tuple to the specified type, returning the result.
|
|
double | Data [Size] |
| The only thing stored in memory!
|
Definition at line 246 of file vtkColor.h.
◆ vtkColor3d() [1/4]
vtkColor3d::vtkColor3d |
( |
| ) |
|
|
default |
◆ vtkColor3d() [2/4]
vtkColor3d::vtkColor3d |
( |
double | scalar | ) |
|
|
inlineexplicit |
◆ vtkColor3d() [3/4]
vtkColor3d::vtkColor3d |
( |
const double * | init | ) |
|
|
inlineexplicit |
◆ vtkColor3d() [4/4]
vtkColor3d::vtkColor3d |
( |
double | r, |
|
|
double | g, |
|
|
double | b ) |
|
inline |
The documentation for this class was generated from the following file: