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
36class VTKIMAGINGCORE_EXPORT vtkImageStencilAlgorithm : public vtkAlgorithm
37{
38public:
41
42 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
43
45
51
57 vtkInformationVector*) VTK_OVERRIDE;
58
59protected:
62
70
71 virtual int FillOutputPortInformation(int, vtkInformation*) VTK_OVERRIDE;
72
73private:
74 vtkImageStencilAlgorithm(const vtkImageStencilAlgorithm&) VTK_DELETE_FUNCTION;
75 void operator=(const vtkImageStencilAlgorithm&) VTK_DELETE_FUNCTION;
76};
77
78#endif
Superclass for all sources, filters, and sinks in VTK.
Definition: vtkAlgorithm.h:60
general representation of visualization data
Definition: vtkDataObject.h:65
producer of vtkImageStencilData
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
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.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
see vtkAlgorithm for details
vtkImageStencilData * GetOutput()
virtual int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
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.