30 #ifndef __vtkImageStencilToImage_h
31 #define __vtkImageStencilToImage_h
33 #include "vtkImagingStencilModule.h"
41 void PrintSelf(ostream& os, vtkIndent indent);
45 vtkSetMacro(OutsideValue,
double);
46 vtkGetMacro(OutsideValue,
double);
51 vtkSetMacro(InsideValue,
double);
52 vtkGetMacro(InsideValue,
double);
57 vtkSetMacro(OutputScalarType,
int);
58 vtkGetMacro(OutputScalarType,
int);
63 {this->SetOutputScalarType(VTK_UNSIGNED_INT);};
66 {this->SetOutputScalarType(VTK_UNSIGNED_LONG);};
69 {this->SetOutputScalarType(VTK_UNSIGNED_SHORT);};
71 {this->SetOutputScalarType(VTK_UNSIGNED_CHAR);};
73 {this->SetOutputScalarType(VTK_CHAR);};
81 vtkInformationVector **,
82 vtkInformationVector *);
85 vtkInformationVector **,
86 vtkInformationVector *);
void SetOutputScalarTypeToUnsignedChar()
void SetOutputScalarTypeToUnsignedShort()
Convert an image stencil into an image.
void SetOutputScalarTypeToInt()
void SetOutputScalarTypeToFloat()
void SetOutputScalarTypeToLong()
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void SetOutputScalarTypeToDouble()
virtual int FillInputPortInformation(int port, vtkInformation *info)
void SetOutputScalarTypeToUnsignedInt()
void SetOutputScalarTypeToShort()
Generic algorithm superclass for image algs.
void PrintSelf(ostream &os, vtkIndent indent)
static vtkAlgorithm * New()
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void SetOutputScalarTypeToUnsignedLong()
void SetOutputScalarTypeToChar()