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