VTK  9.1.0
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
38class VTKFILTERSPARALLEL_EXPORT vtkPConvertToMultiBlockDataSet
40{
41public:
44 void PrintSelf(ostream& os, vtkIndent indent) override;
45
47
52 vtkGetObjectMacro(Controller, vtkMultiProcessController);
54
55protected:
58
60
61private:
63 void operator=(const vtkPConvertToMultiBlockDataSet&) = delete;
64 vtkMultiProcessController* Controller;
65};
66
67#endif
converts any data type into a vtkMultiBlockDataSet.
a simple class to control print indentation
Definition: vtkIndent.h:113
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.