VTK  9.3.20240328
vtkPConvertToMultiBlockDataSet.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
19 #ifndef vtkPConvertToMultiBlockDataSet_h
20 #define vtkPConvertToMultiBlockDataSet_h
21 
23 #include "vtkFiltersParallelModule.h" // For export macro
24 
25 VTK_ABI_NAMESPACE_BEGIN
27 class VTKFILTERSPARALLEL_EXPORT vtkPConvertToMultiBlockDataSet
29 {
30 public:
33  void PrintSelf(ostream& os, vtkIndent indent) override;
34 
36 
41  vtkGetObjectMacro(Controller, vtkMultiProcessController);
43 
44 protected:
47 
49 
50 private:
52  void operator=(const vtkPConvertToMultiBlockDataSet&) = delete;
53  vtkMultiProcessController* Controller;
54 };
55 
56 VTK_ABI_NAMESPACE_END
57 #endif
converts any data type into a vtkMultiBlockDataSet.
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.
parallel version of vtkConvertToMultiBlockDataSet
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 by the superclass.
~vtkPConvertToMultiBlockDataSet() override
void SetController(vtkMultiProcessController *)
Get/Set the controller to use.
static vtkPConvertToMultiBlockDataSet * New()