VTK  9.2.6
vtkPConvertToMultiBlockDataSet.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkPConvertToMultiBlockDataSet.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
31 #ifndef vtkPConvertToMultiBlockDataSet_h
32 #define vtkPConvertToMultiBlockDataSet_h
33 
35 #include "vtkFiltersParallelModule.h" // For export macro
36 
38 class VTKFILTERSPARALLEL_EXPORT vtkPConvertToMultiBlockDataSet
40 {
41 public:
44  void PrintSelf(ostream& os, vtkIndent indent) override;
45 
47 
51  void SetController(vtkMultiProcessController*);
52  vtkGetObjectMacro(Controller, vtkMultiProcessController);
54 
55 protected:
58 
60 
61 private:
63  void operator=(const vtkPConvertToMultiBlockDataSet&) = delete;
64  vtkMultiProcessController* Controller;
65 };
66 
67 #endif
parallel version of vtkConvertToMultiBlockDataSet
Store vtkAlgorithm input/output information.
converts any data type into a vtkMultiBlockDataSet.
a simple class to control print indentation
Definition: vtkIndent.h:39
static vtkConvertToMultiBlockDataSet * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
Store zero or more vtkInformation instances.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Multiprocessing communication superclass.