VTK  9.3.20240419
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 
29 VTK_ABI_NAMESPACE_BEGIN
30 class vtkImageData;
31 
32 class VTKFILTERSGENERAL_EXPORT vtkBlankStructuredGridWithImage : public vtkStructuredGridAlgorithm
33 {
34 public:
37  void PrintSelf(ostream& os, vtkIndent indent) override;
38 
40 
46 
47 protected:
50 
53 
54 private:
56  void operator=(const vtkBlankStructuredGridWithImage&) = delete;
57 };
58 
59 VTK_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
Definition: vtkImageData.h:156
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.
@ info
Definition: vtkX3D.h:376
@ port
Definition: vtkX3D.h:447