
Public Member Functions | |
| TColors2Color (vtkUnsignedCharArray *theColors) | |
| virtual void | get (TVertex &theVertex, vtkIdType thePointId, vtkIdType theCellId) |
| virtual vtkIdType | GetTupleId (vtkIdType thePointId, vtkIdType theCellId)=0 |
Data Fields | |
| vtkUnsignedCharArray * | myColors |
| TColors2Color.TColors2Color | ( | vtkUnsignedCharArray * | theColors | ) |
| virtual void TColors2Color.get | ( | TVertex & | theVertex, |
| vtkIdType | thePointId, | ||
| vtkIdType | theCellId | ||
| ) | [virtual] |
Implements TColorFunctorBase.
References batchmode_visu_view3d.aColor, ComputeHue(), GetTupleId(), and myColors.
| virtual vtkIdType TColors2Color.GetTupleId | ( | vtkIdType | thePointId, |
| vtkIdType | theCellId | ||
| ) | [pure virtual] |
Implemented in TPointColors2Color, and TCellColors2Color.
| vtkUnsignedCharArray* TColors2Color.myColors |