VTK  9.2.6
vtkImageStencilAlgorithm.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkImageStencilAlgorithm.h
5
6 Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7 All rights reserved.
8 See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10 This software is distributed WITHOUT ANY WARRANTY; without even
11 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12 PURPOSE. See the above copyright notice for more information.
13
14=========================================================================*/
26
27#ifndef vtkImageStencilAlgorithm_h
28#define vtkImageStencilAlgorithm_h
29
30#include "vtkAlgorithm.h"
31#include "vtkImagingCoreModule.h" // For export macro
32
34
72
73#endif
general representation of visualization data
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
vtkImageStencilData * AllocateOutputData(vtkDataObject *out, int *updateExt)
static vtkImageStencilAlgorithm * New()
efficient description of an image stencil
a simple class to control print indentation
Definition vtkIndent.h:40
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
int vtkTypeBool
Definition vtkABI.h:69