VTK  9.4.20250420
vtkHyperTreeGridGenerateProcessIds.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
14#ifndef vtkHyperTreeGridGenerateProcessIds_h
15#define vtkHyperTreeGridGenerateProcessIds_h
16
17#include "vtkFiltersParallelModule.h" // For export macro
19#include "vtkWeakPointer.h" // For vtkWeakPointer
20
21VTK_ABI_NAMESPACE_BEGIN
22class vtkIdTypeArray;
24
25class VTKFILTERSPARALLEL_EXPORT vtkHyperTreeGridGenerateProcessIds
27{
28public:
30
32 void PrintSelf(ostream& os, vtkIndent indent) override;
33
35
42
43protected:
46
47 // Append the pieces.
49 int FillInputPortInformation(int port, vtkInformation* info) override;
50 int FillOutputPortInformation(int port, vtkInformation* info) override;
51
52private:
54 void operator=(const vtkHyperTreeGridGenerateProcessIds&) = delete;
55
57};
58
59VTK_ABI_NAMESPACE_END
60#endif
Sets ProcessIds attribute for CellData.
static vtkHyperTreeGridGenerateProcessIds * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
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 FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
vtkMultiProcessController * GetController()
By default this filter uses the global controller, but this method can be used to set another instead...
virtual void SetController(vtkMultiProcessController *)
By default this filter uses the global controller, but this method can be used to set another instead...
dynamic, self-adjusting array of vtkIdType
a simple class to control print indentation
Definition vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Multiprocessing communication superclass.
Superclass for algorithms that produce output of the same type as input.
a weak reference to a vtkObject.