Go to the documentation of this file.
31 #ifndef vtkImageStencilToImage_h
32 #define vtkImageStencilToImage_h
34 #include "vtkImagingStencilModule.h"
49 vtkGetMacro(OutsideValue,
double);
57 vtkGetMacro(InsideValue,
double);
65 vtkGetMacro(OutputScalarType,
int);
80 {this->SetOutputScalarType(
VTK_CHAR);};
void SetOutputScalarTypeToUnsignedShort()
void SetOutputScalarTypeToInt()
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Subclasses can reimplement this method to collect information from their inputs and set information f...
void SetOutputScalarTypeToDouble()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
#define VTK_UNSIGNED_SHORT
void SetOutputScalarTypeToUnsignedLong()
void SetOutputScalarTypeToLong()
Generic algorithm superclass for image algs.
void SetOutputScalarTypeToUnsignedChar()
void SetOutputScalarTypeToFloat()
~vtkImageStencilToImage()
a simple class to control print indentation
static vtkImageStencilToImage * New()
#define VTK_UNSIGNED_CHAR
void SetOutputScalarTypeToUnsignedInt()
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called in response to a REQUEST_DATA request from the executive.
#define VTK_UNSIGNED_LONG
void SetOutputScalarTypeToChar()
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
void SetOutputScalarTypeToShort()
Convert an image stencil into an image.
virtual int FillInputPortInformation(int, vtkInformation *)
Fill the input port information objects for this algorithm.