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);};
Generic algorithm superclass for image algs.
Convert an image stencil into an image.
void SetOutputScalarTypeToChar()
virtual int FillInputPortInformation(int, vtkInformation *)
Fill the input port information objects for this algorithm.
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Subclasses can reimplement this method to collect information from their inputs and set information f...
void SetOutputScalarTypeToUnsignedChar()
void SetOutputScalarTypeToFloat()
void SetOutputScalarTypeToUnsignedInt()
~vtkImageStencilToImage()
void SetOutputScalarTypeToDouble()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
void SetOutputScalarTypeToLong()
static vtkImageStencilToImage * New()
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called in response to a REQUEST_DATA request from the executive.
void SetOutputScalarTypeToShort()
void SetOutputScalarTypeToUnsignedLong()
void SetOutputScalarTypeToUnsignedShort()
void SetOutputScalarTypeToInt()
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
#define VTK_UNSIGNED_CHAR
#define VTK_UNSIGNED_SHORT
#define VTK_UNSIGNED_LONG