|
| | vtkColor4 () |
| |
| | vtkColor4 (const T &scalar) |
| |
| | vtkColor4 (const T *init) |
| |
| | vtkColor4 (const T &red, const T &green, const T &blue, const T &alpha) |
| |
| void | Set (const T &red, const T &green, const T &blue) |
| | Set the red, green and blue components of the color. More...
|
| |
| void | Set (const T &red, const T &green, const T &blue, const T &alpha) |
| | Set the red, green, blue and alpha components of the color. More...
|
| |
| void | SetRed (const T &red) |
| | Set the red component of the color, i.e. More...
|
| |
| const T & | GetRed () const |
| | Get the red component of the color, i.e. More...
|
| |
| void | SetGreen (const T &green) |
| | Set the green component of the color, i.e. More...
|
| |
| const T & | GetGreen () const |
| | Get the green component of the color, i.e. More...
|
| |
| void | SetBlue (const T &blue) |
| | Set the blue component of the color, i.e. More...
|
| |
| const T & | GetBlue () const |
| | Get the blue component of the color, i.e. More...
|
| |
| void | SetAlpha (const T &alpha) |
| | Set the alpha component of the color, i.e. More...
|
| |
| const T & | GetAlpha () const |
| | Get the alpha component of the color, i.e. More...
|
| |
| | vtkTuple () |
| | The default constructor does not initialize values. More...
|
| |
| | vtkTuple (const T &scalar) |
| | Initialize all of the tuple's elements with the supplied scalar. More...
|
| |
| | vtkTuple (const T *init) |
| | Initialize the tuple's elements with the elements of the supplied array. More...
|
| |
| int | GetSize () const |
| | Get the size of the tuple. More...
|
| |
| T * | GetData () |
| | Get a pointer to the underlying data of the tuple. More...
|
| |
| const T * | GetData () const |
| |
| T & | operator[] (int i) |
| | Get a reference to the underlying data element of the tuple. More...
|
| |
| const T & | operator[] (int i) const |
| |
| T | operator() (int i) const |
| | Get the value of the tuple at the index specified. More...
|
| |
| bool | Compare (const vtkTuple< T, Size > &other, const T &tol) const |
| | Equality operator with a tolerance to allow fuzzy comparisons. More...
|
| |
| vtkTuple< TR, Size > | Cast () const |
| | Cast the tuple to the specified type, returning the result. More...
|
| |
template<typename T>
class vtkColor4< T >
Definition at line 102 of file vtkColor.h.