Go to the documentation of this file.
34 #ifndef vtkImageResliceToColors_h
35 #define vtkImageResliceToColors_h
38 #include "vtkImagingCoreModule.h"
68 vtkGetMacro(OutputFormat,
int);
72 this->OutputFormat =
VTK_RGB; };
84 void SetBypass(
int bypass);
107 int inputNumComponents,
int count,
108 int idX,
int idY,
int idZ,
int threadId)
override;
vtkMTimeType GetMTime() override
When determining the modified time of the filter, this check the modified time of the transform and m...
void SetOutputFormatToRGB()
static vtkImageReslice * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int ConvertScalarInfo(int &scalarType, int &numComponents)
This should be overridden by derived classes that operate on the interpolated data before it is place...
virtual void ConvertScalars(void *inPtr, void *outPtr, int inputType, int inputNumComponents, int count, int idX, int idY, int idZ, int threadId)
This should be overridden by derived classes that operate on the interpolated data before it is place...
a simple class to control print indentation
Reslices a volume along a new set of axes.
Superclass for mapping scalar values to colors.
#define VTK_LUMINANCE_ALPHA
void SetOutputFormatToRGBA()
vtkScalarsToColors * LookupTable
void SetOutputFormatToLuminanceAlpha()
Reslice and produce color scalars.
void SetOutputFormatToLuminance()
vtkScalarsToColors * DefaultLookupTable
vtkTypeUInt32 vtkMTimeType