VTK  9.4.20241012
vtkStitchImageDataWithGhosts.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 vtkStitchImageDataWithGhosts_h
24#define vtkStitchImageDataWithGhosts_h
25
26#include "vtkFiltersParallelDIY2Module.h" // for export macros
28
29VTK_ABI_NAMESPACE_BEGIN
30
31class VTKFILTERSPARALLELDIY2_EXPORT vtkStitchImageDataWithGhosts : public vtkGhostCellsGenerator
32{
33public:
36 void PrintSelf(ostream& os, vtkIndent indent) override;
37
38 void Initialize() override;
39
40protected:
42
43 int FillInputPortInformation(int port, vtkInformation* info) override;
44
46
47private:
49 void operator=(const vtkStitchImageDataWithGhosts&) = delete;
50};
51
52VTK_ABI_NAMESPACE_END
53#endif
Computes ghost cells on vtkCompositeDataSet inputs.
a simple class to control print indentation
Definition vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Stitches vtkImageData that are one voxel away.
static vtkStitchImageDataWithGhosts * New()
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.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
void Initialize() override
Resets parameter.