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

#include <vtkColor.h>

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

Public Member Functions

 vtkColor3d ()
 
 vtkColor3d (double scalar)
 
 vtkColor3d (const double *init)
 
 vtkColor3d (double r, double g, double b)
 
- Public Member Functions inherited from vtkColor3< double >
 vtkColor3 ()
 
 vtkColor3 (const double &scalar)
 
 vtkColor3 (const double *init)
 
 vtkColor3 (const double &red, const double &green, const double &blue)
 
void SetRed (const double &red)
 
const doubleGetRed () const
 
void SetGreen (const double &green)
 
const doubleGetGreen () const
 
void SetBlue (const double &blue)
 
void Set (const double &red, const double &green, const double &blue)
 
const doubleGetBlue () const
 
- Public Member Functions inherited from vtkTuple< double, 3 >
int GetSize () const
 
 vtkTuple ()
 
 vtkTuple (const double &scalar)
 
 vtkTuple (const double *init)
 
doubleGetData ()
 
const doubleGetData () const
 
doubleoperator[] (int i)
 
const doubleoperator[] (int i) const
 
double operator() (int i) const
 
bool Compare (const vtkTuple< double, Size > &other, const double &tol) const
 
vtkTuple< TR, Size > Cast () const
 

Additional Inherited Members

- Protected Attributes inherited from vtkTuple< double, 3 >
double Data [Size]
 

Detailed Description

Definition at line 199 of file vtkColor.h.

Constructor & Destructor Documentation

vtkColor3d::vtkColor3d ( )
inline

Definition at line 202 of file vtkColor.h.

vtkColor3d::vtkColor3d ( double  scalar)
inlineexplicit

Definition at line 203 of file vtkColor.h.

vtkColor3d::vtkColor3d ( const double init)
inlineexplicit

Definition at line 204 of file vtkColor.h.

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

Definition at line 205 of file vtkColor.h.


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