VTK
Public Member Functions
vtkColor3d Class Reference

#include <vtkColor.h>

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

List of all members.

Public Member Functions

 vtkColor3d (double r=0.0, double g=0.0, double b=0.0)
 vtkColor3d (const double *init)
- Public Member Functions inherited from vtkColor3< double >
 vtkColor3 (const double &red=0, const double &green=0, const double &blue=0)
 vtkColor3 (const double *init)
void SetRed (const double &red)
void SetGreen (const double &green)
void SetBlue (const double &blue)
void Set (const double &red, const double &green, const double &blue)
const double & GetRed () const
const double & Red () const
const double & GetGreen () const
const double & Green () const
const double & GetBlue () const
const double & Blue () const
- Public Member Functions inherited from vtkVector< double, 3 >
 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

Detailed Description

Definition at line 180 of file vtkColor.h.


Constructor & Destructor Documentation

vtkColor3d::vtkColor3d ( double  r = 0.0,
double  g = 0.0,
double  b = 0.0 
)
inline

Definition at line 183 of file vtkColor.h.

vtkColor3d::vtkColor3d ( const double *  init)
inlineexplicit

Definition at line 185 of file vtkColor.h.


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