VTK  9.0.1
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 =========================================================================*/
27 #ifndef vtkImageStencilAlgorithm_h
28 #define vtkImageStencilAlgorithm_h
29 
30 #include "vtkAlgorithm.h"
31 #include "vtkImagingCoreModule.h" // For export macro
32 
34 
35 class VTKIMAGINGCORE_EXPORT vtkImageStencilAlgorithm : public vtkAlgorithm
36 {
37 public:
40 
41  void PrintSelf(ostream& os, vtkIndent indent) override;
42 
44 
50 
56 
57 protected:
60 
65 
67 
68 private:
70  void operator=(const vtkImageStencilAlgorithm&) = delete;
71 };
72 
73 #endif
Superclass for all sources, filters, and sinks in VTK.
Definition: vtkAlgorithm.h:63
general representation of visualization data
Definition: vtkDataObject.h:60
producer of vtkImageStencilData
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkImageStencilAlgorithm * New()
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.
vtkImageStencilData * GetOutput()
~vtkImageStencilAlgorithm() override
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkImageStencilData * AllocateOutputData(vtkDataObject *out, int *updateExt)
vtkTypeBool ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
see vtkAlgorithm for details
efficient description of an image stencil
a simple class to control print indentation
Definition: vtkIndent.h:34
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
int vtkTypeBool
Definition: vtkABI.h:69