38 #ifndef VTKLOOKUPTABLE16_H
39 #define VTKLOOKUPTABLE16_H
41 #include "vtkLookupTable.h"
42 #include "vtkUnsignedShortArray.h"
50 void PrintSelf(ostream& os, vtkIndent indent);
54 void SetNumberOfTableValues(vtkIdType number);
56 unsigned char *WritePointer(
const vtkIdType
id,
const int number);
59 return this->Table16->GetPointer(4*
id); };
67 void MapScalarsThroughTable2(
void *input,
68 unsigned char *output,
84 return (
unsigned char*)this->
Table16->WritePointer(4*
id,4*number);
unsigned char * WritePointer(const vtkIdType id, const int number)
Definition: vtkLookupTable16.h:80
vtkUnsignedShortArray * Table16
Definition: vtkLookupTable16.h:65
Definition: vtkLookupTable16.h:44
unsigned short * GetPointer(const vtkIdType id)
Definition: vtkLookupTable16.h:58