VTK
Public Member Functions
vtkColor3ub Class Reference

#include <vtkColor.h>

Inheritance diagram for vtkColor3ub:
Inheritance graph
[legend]
Collaboration diagram for vtkColor3ub:
Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Detailed Description

Some derived classes for the different vectors and colors commonly used.

Definition at line 179 of file vtkColor.h.


Constructor & Destructor Documentation

vtkColor3ub::vtkColor3ub ( )
inline

Definition at line 182 of file vtkColor.h.

vtkColor3ub::vtkColor3ub ( unsigned char  scalar)
inlineexplicit

Definition at line 183 of file vtkColor.h.

vtkColor3ub::vtkColor3ub ( const unsigned char *  init)
inlineexplicit

Definition at line 185 of file vtkColor.h.

vtkColor3ub::vtkColor3ub ( unsigned char  r,
unsigned char  g,
unsigned char  b 
)
inline

Definition at line 187 of file vtkColor.h.


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