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

#include <vtkColor.h>

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

Public Member Functions

 vtkColor4d (double r=0.0, double g=0.0, double b=0.0, float a=1.0)
 vtkColor4d (const double *init)
- Public Member Functions inherited from vtkColor4< double >
 vtkColor4 (const double &red=0, const double &green=0, const double &blue=0, const double &alpha=0)
 vtkColor4 (const double *init)
void SetRed (const double &red)
void SetGreen (const double &green)
void SetBlue (const double &blue)
void SetAlpha (const double &alpha)
void Set (const double &red, const double &green, const double &blue)
void Set (const double &red, const double &green, const double &blue, const double &alpha)
const double & GetRed () const
const double & Red () const
const double & GetGreen () const
const double & Green () const
const double & GetBlue () const
const double & Blue () const
const double & GetAlpha () const
const double & Alpha () const
- Public Member Functions inherited from vtkVector< double, 4 >
 vtkVector ()
 vtkVector (const double *init)
int GetSize () const
double operator() (int i) const
double * GetData ()
const double * GetData () const
double & operator[] (int i)
const double & operator[] (int i) const
vtkVector< TR, Size > Cast () const

Additional Inherited Members

- Protected Attributes inherited from vtkVector< double, 4 >
double Data [Size]

Detailed Description

Definition at line 208 of file vtkColor.h.

Constructor & Destructor Documentation

vtkColor4d::vtkColor4d ( double  r = 0.0,
double  g = 0.0,
double  b = 0.0,
float  a = 1.0 
)
inline

Definition at line 211 of file vtkColor.h.

vtkColor4d::vtkColor4d ( const double *  init)
inlineexplicit

Definition at line 213 of file vtkColor.h.


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