29 #ifndef vtkDICOMApplyPalette_h
30 #define vtkDICOMApplyPalette_h
32 #include "vtkDICOMAlgorithm.h"
33 #include "vtkDICOMModule.h"
36 class vtkDICOMPerFilePalette;
46 void PrintSelf(ostream& os, vtkIndent indent) VTK_DICOM_OVERRIDE;
52 int RequestInformation(
53 vtkInformation* request, vtkInformationVector** inputVector,
54 vtkInformationVector* outputVector) VTK_DICOM_OVERRIDE;
57 vtkInformation* request, vtkInformationVector** inputVector,
58 vtkInformationVector* outputVector) VTK_DICOM_OVERRIDE;
60 void ThreadedRequestData(
61 vtkInformation *request, vtkInformationVector **inputVector,
62 vtkInformationVector *outputVector, vtkImageData ***inData,
63 vtkImageData **outData,
int ext[6],
int id) VTK_DICOM_OVERRIDE;
66 vtkDICOMPerFilePalette *Palette;
72 #ifdef VTK_DICOM_DELETE
Superclass for DICOM image filters.
Definition: vtkDICOMAlgorithm.h:49
static vtkDICOMAlgorithm * New()
Static method for construction.
Apply palette to PALETTE COLOR images.
Definition: vtkDICOMApplyPalette.h:40
void PrintSelf(ostream &os, vtkIndent indent) VTK_DICOM_OVERRIDE
Print information about this object.