28 #ifndef __vtkImageStencil_h
29 #define __vtkImageStencil_h
51 vtkSetMacro(ReverseStencil,
int);
52 vtkBooleanMacro(ReverseStencil,
int);
53 vtkGetMacro(ReverseStencil,
int);
67 this->SetBackgroundColor(val,val,val,val); };
69 return this->BackgroundColor[0]; };
75 vtkSetVector4Macro(BackgroundColor,
double);
76 vtkGetVector4Macro(BackgroundColor,
double);
90 double BackgroundColor[4];
void PrintSelf(ostream &os, vtkIndent indent)
Generic filter that has one input..
a simple class to control print indentation
efficient description of an image stencil
topologically and geometrically regular array of data
void SetBackgroundValue(double val)
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int threadId)
combine images via a cookie-cutter operation
static vtkAlgorithm * New()
double GetBackgroundValue()