VTK  9.4.20250211
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
25VTK_ABI_NAMESPACE_BEGIN
27class VTKFILTERSPARALLEL_EXPORT vtkPConvertToMultiBlockDataSet
29{
30public:
33 void PrintSelf(ostream& os, vtkIndent indent) override;
34
36
41 vtkGetObjectMacro(Controller, vtkMultiProcessController);
43
44protected:
47
49
50private:
52 void operator=(const vtkPConvertToMultiBlockDataSet&) = delete;
53 vtkMultiProcessController* Controller;
54};
55
56VTK_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.
static vtkPConvertToMultiBlockDataSet * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
~vtkPConvertToMultiBlockDataSet() override
void SetController(vtkMultiProcessController *)
Get/Set the controller to use.