23 #ifndef vtkDICOMLookupTable_h
24 #define vtkDICOMLookupTable_h
26 #include "vtkLookupTable.h"
27 #include "vtkDICOMModule.h"
28 #include "vtkDICOMConfig.h"
41 void PrintSelf(ostream& os, vtkIndent indent) VTK_DICOM_OVERRIDE;
67 static
bool BuildSegmentedLUT(
68 const
unsigned short *input,
unsigned int n,
double divisor,
69 unsigned char *lut,
unsigned int stride,
unsigned int count);
72 #ifdef VTK_DICOM_DELETE
Lookup tables from DICOM data.
Definition: vtkDICOMLookupTable.h:34
static vtkDICOMLookupTable * New()
Static method for construction.
void BuildStandardPalette(const char *name)
Build the a standard lookup table, given a code string.
void BuildImagePalette(vtkDICOMMetaData *meta, int idx=0)
Build the lookup table from the supplied meta data.
void PrintSelf(ostream &os, vtkIndent indent) VTK_DICOM_OVERRIDE
Print information about this object.
map scalar values into colors via a lookup table
Definition: vtkLookupTable.h:69