VTK  9.3.20240425
vtkImageStencilAlgorithm.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-License-Identifier: BSD-3-Clause
15#ifndef vtkImageStencilAlgorithm_h
16#define vtkImageStencilAlgorithm_h
17
18#include "vtkAlgorithm.h"
19#include "vtkImagingCoreModule.h" // For export macro
20
21VTK_ABI_NAMESPACE_BEGIN
23
24class VTKIMAGINGCORE_EXPORT vtkImageStencilAlgorithm : public vtkAlgorithm
25{
26public:
29
30 void PrintSelf(ostream& os, vtkIndent indent) override;
31
33
39
45
46protected:
49
54
56
57private:
59 void operator=(const vtkImageStencilAlgorithm&) = delete;
60};
61
62VTK_ABI_NAMESPACE_END
63#endif
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
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:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
int vtkTypeBool
Definition vtkABI.h:64