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.
virtual int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetOutput(vtkImageStencilData *output)
Get or set the output for this source.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
a simple class to control print indentation
static vtkImageStencilAlgorithm * New()
vtkImageStencilAlgorithm()
virtual int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
see vtkAlgorithm for details
vtkImageStencilData * AllocateOutputData(vtkDataObject *out, int *updateExt)
efficient description of an image stencil
~vtkImageStencilAlgorithm()
vtkImageStencilData * GetOutput()
general representation of visualization data
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)