VTK
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 
31 #include "vtkImagingCoreModule.h" // For export macro
32 #include "vtkAlgorithm.h"
33 
35 
36 class VTKIMAGINGCORE_EXPORT vtkImageStencilAlgorithm : public vtkAlgorithm
37 {
38 public:
41 
42  void PrintSelf(ostream& os, vtkIndent indent) override;
43 
45 
51 
57  vtkInformationVector*) override;
58 
59 protected:
62 
70 
72 
73 private:
75  void operator=(const vtkImageStencilAlgorithm&) = delete;
76 };
77 
78 #endif
vtkImageStencilAlgorithm
producer of vtkImageStencilData
Definition: vtkImageStencilAlgorithm.h:37
vtkAlgorithm
Superclass for all sources, filters, and sinks in VTK.
Definition: vtkAlgorithm.h:60
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:42
vtkImageStencilAlgorithm::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkImageStencilAlgorithm::ProcessRequest
int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
see vtkAlgorithm for details
vtkImageStencilAlgorithm::RequestInformation
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkImageStencilAlgorithm::SetOutput
void SetOutput(vtkImageStencilData *output)
Get or set the output for this source.
vtkAlgorithm.h
vtkImageStencilAlgorithm::FillOutputPortInformation
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
vtkImageStencilAlgorithm::RequestUpdateExtent
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:40
vtkImageStencilAlgorithm::~vtkImageStencilAlgorithm
~vtkImageStencilAlgorithm() override
vtkImageStencilAlgorithm::New
static vtkImageStencilAlgorithm * New()
vtkImageStencilAlgorithm::vtkImageStencilAlgorithm
vtkImageStencilAlgorithm()
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:87
vtkImageStencilAlgorithm::AllocateOutputData
vtkImageStencilData * AllocateOutputData(vtkDataObject *out, int *updateExt)
vtkImageStencilData
efficient description of an image stencil
Definition: vtkImageStencilData.h:38
vtkImageStencilAlgorithm::GetOutput
vtkImageStencilData * GetOutput()
vtkDataObject
general representation of visualization data
Definition: vtkDataObject.h:65
vtkImageStencilAlgorithm::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)