38#ifndef VTKLOOKUPTABLE16_H
39#define VTKLOOKUPTABLE16_H
41#include "vtkgdcmModule.h"
42#include "vtkLookupTable.h"
43#include "vtkUnsignedShortArray.h"
57 unsigned char *WritePointer(
const vtkIdType
id,
const int number);
60 return this->Table16->GetPointer(4*
id); };
69 unsigned char *output,
85 return (
unsigned char*)this->
Table16->WritePointer(4*
id,4*number);
Definition vtkLookupTable16.h:46
vtkLookupTable16(int sze=256, int ext=256)
unsigned char * WritePointer(const vtkIdType id, const int number)
Definition vtkLookupTable16.h:81
void MapScalarsThroughTable2(void *input, unsigned char *output, int inputDataType, int numberOfValues, int inputIncrement, int outputFormat)
static vtkLookupTable16 * New()
unsigned short * GetPointer(const vtkIdType id)
Definition vtkLookupTable16.h:59
void PrintSelf(ostream &os, vtkIndent indent)
vtkUnsignedShortArray * Table16
Definition vtkLookupTable16.h:66
void SetNumberOfTableValues(vtkIdType number)
vtkTypeMacro(vtkLookupTable16, vtkLookupTable)