VTK  9.3.20240420
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
15VTK_ABI_NAMESPACE_BEGIN
17{
18public:
21 void PrintSelf(ostream& os, vtkIndent indent) override;
22
27 vtkInformation* request, vtkInformationVector** inInfo, vtkInformationVector* outInfo) override;
28
29protected:
31 ~vtkImageImportExecutive() override = default;
32
33private:
35 void operator=(const vtkImageImportExecutive&) = delete;
36};
37
38VTK_ABI_NAMESPACE_END
39#endif
vtkImageImportExecutive
vtkImageImportExecutive()=default
static vtkImageImportExecutive * New()
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.
~vtkImageImportExecutive() override=default
a simple class to control print indentation
Definition vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Executive supporting partial updates.
int vtkTypeBool
Definition vtkABI.h:64