VTK
Public Member Functions
vtkColor3f Class Reference

#include <vtkColor.h>

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

List of all members.

Public Member Functions

 vtkColor3f ()
 vtkColor3f (float scalar)
 vtkColor3f (const float *init)
 vtkColor3f (float r, float g, float b)
- Public Member Functions inherited from vtkColor3< float >
 vtkColor3 ()
 vtkColor3 (const float &scalar)
 vtkColor3 (const float *init)
 vtkColor3 (const float &red, const float &green, const float &blue)
void SetRed (const float &red)
void SetGreen (const float &green)
void SetBlue (const float &blue)
void Set (const float &red, const float &green, const float &blue)
const floatGetRed () const
const floatRed () const
const floatGetGreen () const
const floatGreen () const
const floatGetBlue () const
const floatBlue () const
- Public Member Functions inherited from vtkTuple< float, 3 >
int GetSize () const
 vtkTuple ()
 vtkTuple (const float &scalar)
 vtkTuple (const float *init)
floatGetData ()
const floatGetData () const
floatoperator[] (int i)
const floatoperator[] (int i) const
float operator() (int i) const
bool Compare (const vtkTuple< float, Size > &other, const float &tol) const
vtkTuple< TR, Size > Cast () const

Detailed Description

Definition at line 192 of file vtkColor.h.


Constructor & Destructor Documentation

vtkColor3f::vtkColor3f ( )
inline

Definition at line 195 of file vtkColor.h.

vtkColor3f::vtkColor3f ( float  scalar)
inlineexplicit

Definition at line 196 of file vtkColor.h.

vtkColor3f::vtkColor3f ( const float init)
inlineexplicit

Definition at line 197 of file vtkColor.h.

vtkColor3f::vtkColor3f ( float  r,
float  g,
float  b 
)
inline

Definition at line 198 of file vtkColor.h.


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