47#ifndef vtkImageStencilToImage_h
48#define vtkImageStencilToImage_h
51#include "vtkImagingStencilModule.h"
64 vtkSetMacro(OutsideValue,
double);
65 vtkGetMacro(OutsideValue,
double);
72 vtkSetMacro(InsideValue,
double);
73 vtkGetMacro(InsideValue,
double);
80 vtkSetMacro(OutputScalarType,
int);
81 vtkGetMacro(OutputScalarType,
int);
Generic algorithm superclass for image algs.
Convert an image stencil into an image.
~vtkImageStencilToImage() override
void SetOutputScalarTypeToChar()
The desired output scalar type.
int FillInputPortInformation(int, vtkInformation *) override
These method should be reimplemented by subclasses that have more than a single input or single outpu...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetOutputScalarTypeToUnsignedChar()
The desired output scalar type.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called in response to a REQUEST_DATA request from the executive.
void SetOutputScalarTypeToFloat()
The desired output scalar type.
void SetOutputScalarTypeToUnsignedInt()
The desired output scalar type.
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
void SetOutputScalarTypeToDouble()
The desired output scalar type.
void SetOutputScalarTypeToLong()
The desired output scalar type.
static vtkImageStencilToImage * New()
void SetOutputScalarTypeToShort()
The desired output scalar type.
void SetOutputScalarTypeToUnsignedLong()
The desired output scalar type.
void SetOutputScalarTypeToUnsignedShort()
The desired output scalar type.
void SetOutputScalarTypeToInt()
The desired output scalar type.
a simple class to control print indentation
#define VTK_UNSIGNED_CHAR
#define VTK_UNSIGNED_SHORT
#define VTK_UNSIGNED_LONG