Go to the documentation of this file.
30 #ifndef vtkImageStencilToImage_h
31 #define vtkImageStencilToImage_h
73 {this->SetOutputScalarType(
VTK_CHAR);};
void SetOutputScalarTypeToUnsignedShort()
void SetOutputScalarTypeToInt()
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetOutputScalarTypeToDouble()
void PrintSelf(ostream &os, vtkIndent indent)
#define VTK_UNSIGNED_SHORT
#define vtkTypeMacro(thisClass, superclass)
void SetOutputScalarTypeToUnsignedLong()
void SetOutputScalarTypeToLong()
Generic algorithm superclass for image algs.
void SetOutputScalarTypeToUnsignedChar()
void SetOutputScalarTypeToFloat()
~vtkImageStencilToImage()
a simple class to control print indentation
#define VTKIMAGINGSTENCIL_EXPORT
static vtkImageStencilToImage * New()
#define VTK_UNSIGNED_CHAR
#define vtkGetMacro(name, type)
void SetOutputScalarTypeToUnsignedInt()
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
#define VTK_UNSIGNED_LONG
void SetOutputScalarTypeToChar()
vtkSetMacro(IgnoreDriverBugs, bool)
void SetOutputScalarTypeToShort()
Convert an image stencil into an image.
virtual int FillInputPortInformation(int, vtkInformation *)