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