22#ifndef vtkImageResliceToColors_h
23#define vtkImageResliceToColors_h
26#include "vtkImagingCoreModule.h"
29VTK_ABI_NAMESPACE_BEGIN
92 void ConvertScalars(
void* inPtr,
void* outPtr,
int inputType,
int inputNumComponents,
int count,
93 int idX,
int idY,
int idZ,
int threadId)
override;
vtkImageResliceToColors()
vtkScalarsToColors * DefaultLookupTable
vtkMTimeType GetMTime() override
When determining the modified time of the filter, this checks the modified time of the transform and ...
void SetOutputFormatToRGB()
Set the output format, the default is RGBA.
static vtkImageResliceToColors * New()
int ConvertScalarInfo(int &scalarType, int &numComponents) override
This should be overridden by derived classes that operate on the interpolated data before it is place...
vtkScalarsToColors * LookupTable
virtual void SetLookupTable(vtkScalarsToColors *table)
Set a lookup table to apply to the data.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetOutputFormatToLuminanceAlpha()
Set the output format, the default is RGBA.
void SetOutputFormatToLuminance()
Set the output format, the default is RGBA.
void SetOutputFormatToRGBA()
Set the output format, the default is RGBA.
void SetBypass(vtkTypeBool bypass)
Bypass the color mapping operation and output the scalar values directly.
void ConvertScalars(void *inPtr, void *outPtr, int inputType, int inputNumComponents, int count, int idX, int idY, int idZ, int threadId) override
This should be overridden by derived classes that operate on the interpolated data before it is place...
~vtkImageResliceToColors() override
a simple class to control print indentation
Superclass for mapping scalar values to colors.
#define VTK_LUMINANCE_ALPHA
vtkTypeUInt32 vtkMTimeType