27 #ifndef vtkImageStencilAlgorithm_h 
   28 #define vtkImageStencilAlgorithm_h 
   31 #include "vtkImagingCoreModule.h"  
   61   ~vtkImageStencilAlgorithm();
 
   64                   vtkInformationVector *);
 
   65   virtual 
int RequestInformation(vtkInformation *, vtkInformationVector **,
 
   66                                  vtkInformationVector *);
 
   67   virtual 
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **,
 
   68                                   vtkInformationVector *);
 
   71   virtual 
int FillOutputPortInformation(
int, vtkInformation*) VTK_OVERRIDE;
 
   74   vtkImageStencilAlgorithm(const vtkImageStencilAlgorithm&) VTK_DELETE_FUNCTION;
 
   75   void operator=(const vtkImageStencilAlgorithm&) VTK_DELETE_FUNCTION;
 
virtual int ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
Upstream/Downstream requests form the generalized interface through which executives invoke a algorit...
 
producer of vtkImageStencilData 
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses. 
 
Superclass for all sources, filters, and sinks in VTK. 
 
a simple class to control print indentation 
 
efficient description of an image stencil 
 
static vtkAlgorithm * New()
 
general representation of visualization data