34 #ifndef vtkImageResliceToColors_h
35 #define vtkImageResliceToColors_h
38 #include "vtkImagingCoreModule.h"
68 vtkGetMacro(OutputFormat,
int);
72 this->OutputFormat =
VTK_RGB; };
104 int ConvertScalarInfo(
int &scalarType,
int &numComponents) VTK_OVERRIDE;
106 void ConvertScalars(
void *inPtr,
void *outPtr,
int inputType,
107 int inputNumComponents,
int count,
108 int idX,
int idY,
int idZ,
int threadId) VTK_OVERRIDE;
Reslice and produce color scalars.
vtkMTimeType GetMTime() override
When determining the modified time of the filter, this check the modified time of the transform and m...
void SetOutputFormatToRGB()
void SetBypass(int bypass)
Bypass the color mapping operation and output the scalar values directly.
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()
void SetOutputFormatToLuminance()
void SetOutputFormatToRGBA()
static vtkImageResliceToColors * New()
Reslices a volume along a new set of axes.
a simple class to control print indentation
Superclass for mapping scalar values to colors.
#define VTK_LUMINANCE_ALPHA
vtkTypeUInt64 vtkMTimeType