VTK
Public Member Functions | List of all members
vtkColor3f Class Reference

#include <vtkColor.h>

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

Public Member Functions

 vtkColor3f (float r=0.0, float g=0.0, float b=0.0)
 
 vtkColor3f (const float *init)
 
- Public Member Functions inherited from vtkColor3< float >
 vtkColor3 (const float &red=0, const float &green=0, const float &blue=0)
 
 vtkColor3 (const float *init)
 
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 float & GetRed () const
 
const float & Red () const
 
const float & GetGreen () const
 
const float & Green () const
 
const float & GetBlue () const
 
const float & Blue () const
 
- Public Member Functions inherited from vtkVector< float, 3 >
 vtkVector ()
 
 vtkVector (const float *init)
 
int GetSize () const
 
float operator() (int i) const
 
float * GetData ()
 
const float * GetData () const
 
float & operator[] (int i)
 
const float & operator[] (int i) const
 
vtkVector< TR, Size > Cast () const
 

Additional Inherited Members

- Protected Attributes inherited from vtkVector< float, 3 >
float Data [Size]
 

Detailed Description

Definition at line 172 of file vtkColor.h.

Constructor & Destructor Documentation

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

Definition at line 175 of file vtkColor.h.

vtkColor3f::vtkColor3f ( const float *  init)
inlineexplicit

Definition at line 177 of file vtkColor.h.


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