31 #ifndef vtkImageResliceToColors_h 32 #define vtkImageResliceToColors_h 35 #include "vtkImagingCoreModule.h" 65 vtkGetMacro(OutputFormat,
int);
69 this->OutputFormat =
VTK_RGB; };
81 void SetBypass(
int bypass);
101 int ConvertScalarInfo(
int &scalarType,
int &numComponents) VTK_OVERRIDE;
103 void ConvertScalars(
void *inPtr,
void *outPtr,
int inputType,
104 int inputNumComponents,
int count,
105 int idX,
int idY,
int idZ,
int threadId) VTK_OVERRIDE;
vtkMTimeType GetMTime() override
When determining the modified time of the filter, this check the modified time of the transform and m...
#define VTK_LUMINANCE_ALPHA
Reslice and produce color scalars.
vtkTypeUInt32 vtkMTimeType
void SetOutputFormatToRGB()
Set the output format, the default is RGBA.
static vtkImageReslice * New()
Superclass for mapping scalar values to colors.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetOutputFormatToRGBA()
Set the output format, the default is RGBA.
Reslices a volume along a new set of axes.
void SetOutputFormatToLuminance()
Set the output format, the default is RGBA.
void SetOutputFormatToLuminanceAlpha()
Set the output format, the default is RGBA.