VTK  9.3.20240420
vtkBlankStructuredGridWithImage.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
23#ifndef vtkBlankStructuredGridWithImage_h
24#define vtkBlankStructuredGridWithImage_h
25
26#include "vtkFiltersGeneralModule.h" // For export macro
28
29VTK_ABI_NAMESPACE_BEGIN
30class vtkImageData;
31
32class VTKFILTERSGENERAL_EXPORT vtkBlankStructuredGridWithImage : public vtkStructuredGridAlgorithm
33{
34public:
37 void PrintSelf(ostream& os, vtkIndent indent) override;
38
40
46
47protected:
50
52 int FillInputPortInformation(int port, vtkInformation* info) override;
53
54private:
56 void operator=(const vtkBlankStructuredGridWithImage&) = delete;
57};
58
59VTK_ABI_NAMESPACE_END
60#endif
blank a structured grid with an image
vtkImageData * GetBlankingInput()
Set / get the input image used to perform the blanking.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void SetBlankingInputData(vtkImageData *input)
Set / get the input image used to perform the blanking.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static vtkBlankStructuredGridWithImage * New()
topologically and geometrically regular array of data
a simple class to control print indentation
Definition vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Superclass for algorithms that produce only structured grid as output.