VTK  9.3.0
vtkImageImportExecutive.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
9 #ifndef vtkImageImportExecutive_h
10 #define vtkImageImportExecutive_h
11 
12 #include "vtkIOImageModule.h" // For export macro
14 
15 VTK_ABI_NAMESPACE_BEGIN
17 {
18 public:
21  void PrintSelf(ostream& os, vtkIndent indent) override;
22 
27  vtkInformation* request, vtkInformationVector** inInfo, vtkInformationVector* outInfo) override;
28 
29 protected:
31  ~vtkImageImportExecutive() override = default;
32 
33 private:
35  void operator=(const vtkImageImportExecutive&) = delete;
36 };
37 
38 VTK_ABI_NAMESPACE_END
39 #endif
vtkImageImportExecutive
vtkImageImportExecutive()=default
vtkTypeBool ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo) override
Override to implement some requests with callbacks.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkImageImportExecutive * New()
~vtkImageImportExecutive() override=default
a simple class to control print indentation
Definition: vtkIndent.h:38
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Executive supporting partial updates.
int vtkTypeBool
Definition: vtkABI.h:64