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 *)
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
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.
~vtkImageStencilAlgorithm() override
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkImageStencilData * GetOutput()
Get or set the output for this source.
vtkTypeBool ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
see vtkAlgorithm for details
vtkImageStencilAlgorithm()
vtkImageStencilData * AllocateOutputData(vtkDataObject *out, int *updateExt)
static vtkImageStencilAlgorithm * New()
efficient description of an image stencil
a simple class to control print indentation