Go to the documentation of this file.
27 #ifndef vtkImageStencilAlgorithm_h
28 #define vtkImageStencilAlgorithm_h
31 #include "vtkImagingCoreModule.h"
producer of vtkImageStencilData
Superclass for all sources, filters, and sinks in VTK.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
see vtkAlgorithm for details
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetOutput(vtkImageStencilData *output)
Get or set the output for this source.
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
a simple class to control print indentation
~vtkImageStencilAlgorithm() override
static vtkImageStencilAlgorithm * New()
vtkImageStencilAlgorithm()
vtkImageStencilData * AllocateOutputData(vtkDataObject *out, int *updateExt)
efficient description of an image stencil
vtkImageStencilData * GetOutput()
general representation of visualization data
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)