VTK  9.3.1
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 
43  void SetBlankingInputData(vtkImageData* input);
44  vtkImageData* GetBlankingInput();
46 
47 protected:
50 
53 
54 private:
56  void operator=(const vtkBlankStructuredGridWithImage&) = delete;
57 };
58 
59 VTK_ABI_NAMESPACE_END
60 #endif
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Store vtkAlgorithm input/output information.
blank a structured grid with an image
static vtkStructuredGridAlgorithm * New()
a simple class to control print indentation
Definition: vtkIndent.h:28
topologically and geometrically regular array of data
Definition: vtkImageData.h:42
Superclass for algorithms that produce only structured grid as output.
Store zero or more vtkInformation instances.