39 #ifndef VTKLOOKUPTABLE16_H 40 #define VTKLOOKUPTABLE16_H 42 #include "vtkLookupTable.h" 43 #include "vtkUnsignedShortArray.h" 51 void PrintSelf(ostream& os, vtkIndent indent);
55 void SetNumberOfTableValues(vtkIdType number);
57 unsigned char *WritePointer(
const vtkIdType
id,
const int number);
60 return this->Table16->GetPointer(4*
id); };
68 void MapScalarsThroughTable2(
void *input,
69 unsigned char *output,
85 return (
unsigned char*)this->Table16->WritePointer(4*
id,4*number);
unsigned char * WritePointer(const vtkIdType id, const int number)
vtkUnsignedShortArray * Table16
unsigned short * GetPointer(const vtkIdType id)