VTK
Public Member Functions | List of all members
vtkColor3< T > Class Template Reference

#include <vtkColor.h>

Inheritance diagram for vtkColor3< T >:
[legend]
Collaboration diagram for vtkColor3< T >:
[legend]

Public Member Functions

 vtkColor3 ()
 
 vtkColor3 (const T &scalar)
 
 vtkColor3 (const T *init)
 
 vtkColor3 (const T &red, const T &green, const T &blue)
 
void SetRed (const T &red)
 
const T & GetRed () const
 
void SetGreen (const T &green)
 
const T & GetGreen () const
 
void SetBlue (const T &blue)
 
void Set (const T &red, const T &green, const T &blue)
 
const T & GetBlue () const
 
- Public Member Functions inherited from vtkTuple< T, 3 >
int GetSize () const
 
 vtkTuple ()
 
 vtkTuple (const T &scalar)
 
 vtkTuple (const T *init)
 
T * GetData ()
 
const T * GetData () const
 
T & operator[] (int i)
 
const T & operator[] (int i) const
 
operator() (int i) const
 
bool Compare (const vtkTuple< T, Size > &other, const T &tol) const
 
vtkTuple< TR, Size > Cast () const
 

Additional Inherited Members

- Protected Attributes inherited from vtkTuple< T, 3 >
Data [Size]
 

Detailed Description

template<typename T>
class vtkColor3< T >

Definition at line 33 of file vtkColor.h.

Constructor & Destructor Documentation

template<typename T>
vtkColor3< T >::vtkColor3 ( )
inline

Definition at line 36 of file vtkColor.h.

template<typename T>
vtkColor3< T >::vtkColor3 ( const T &  scalar)
inlineexplicit

Definition at line 40 of file vtkColor.h.

template<typename T>
vtkColor3< T >::vtkColor3 ( const T *  init)
inlineexplicit

Definition at line 44 of file vtkColor.h.

template<typename T>
vtkColor3< T >::vtkColor3 ( const T &  red,
const T &  green,
const T &  blue 
)
inline

Definition at line 48 of file vtkColor.h.

Member Function Documentation

template<typename T>
void vtkColor3< T >::Set ( const T &  red,
const T &  green,
const T &  blue 
)
inline

Set the red, green and blue components of the color.

Definition at line 57 of file vtkColor.h.

template<typename T>
void vtkColor3< T >::SetRed ( const T &  red)
inline

Set the red component of the color, i.e. element 0.

Definition at line 66 of file vtkColor.h.

template<typename T>
const T& vtkColor3< T >::GetRed ( ) const
inline

Get the red component of the color, i.e. element 0.

Definition at line 69 of file vtkColor.h.

template<typename T>
void vtkColor3< T >::SetGreen ( const T &  green)
inline

Set the green component of the color, i.e. element 1.

Definition at line 72 of file vtkColor.h.

template<typename T>
const T& vtkColor3< T >::GetGreen ( ) const
inline

Get the green component of the color, i.e. element 1.

Definition at line 75 of file vtkColor.h.

template<typename T>
void vtkColor3< T >::SetBlue ( const T &  blue)
inline

Set the blue component of the color, i.e. element 2.

Definition at line 78 of file vtkColor.h.

template<typename T>
const T& vtkColor3< T >::GetBlue ( ) const
inline

Get the blue component of the color, i.e. element 2.

Definition at line 82 of file vtkColor.h.


The documentation for this class was generated from the following file: