43 #ifndef SVK_IMAGE_MAP_TO_COLORS_H
44 #define SVK_IMAGE_MAP_TO_COLORS_H
47 #include <vtkObjectFactory.h>
48 #include <vtkInformation.h>
49 #include <vtkDataObject.h>
50 #include <vtkImageMapToColors.h>
51 #include <vtkInstantiator.h>
80 vtkInformation *request,
81 vtkInformationVector **inputVector,
82 vtkInformationVector *outputVector);
92 #endif //SVK_IMAGE_MAP_TO_COLORS_H
svkImageMapToColors()
Constructor.
Definition: svkImageMapToColors.cc:54
Definition: svkImageMapToColors.h:66
vtkTypeMacro(svkImageMapToColors, vtkImageMapToColors)
virtual int FillOutputPortInformation(int vtkNotUsed(port), vtkInformation *info)
Definition: svkImageMapToColors.cc:97
static svkImageMapToColors * New()
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Definition: svkImageMapToColors.cc:77
~svkImageMapToColors()
Destructor.
Definition: svkImageMapToColors.cc:69