VTK  9.1.0
vtkUniformGridPartitioner.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkUniformGridPartitioner.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 =========================================================================*/
28#ifndef vtkUniformGridPartitioner_h
29#define vtkUniformGridPartitioner_h
30
31#include "vtkCommonExecutionModelModule.h" // For export macro
33
34class vtkInformation;
36class vtkIndent;
37
38class VTKCOMMONEXECUTIONMODEL_EXPORT vtkUniformGridPartitioner
40{
41public:
44 void PrintSelf(ostream& oss, vtkIndent indent) override;
45
47
50 vtkGetMacro(NumberOfPartitions, int);
51 vtkSetMacro(NumberOfPartitions, int);
53
55
58 vtkGetMacro(NumberOfGhostLayers, int);
59 vtkSetMacro(NumberOfGhostLayers, int);
61
63 vtkGetMacro(DuplicateNodes, vtkTypeBool);
64 vtkSetMacro(DuplicateNodes, vtkTypeBool);
65 vtkBooleanMacro(DuplicateNodes, vtkTypeBool);
67
68protected:
71
72 // Standard Pipeline methods
76
80
81private:
83 void operator=(const vtkUniformGridPartitioner&) = delete;
84};
85
86#endif /* VTKUNIFORMGRIDPARTITIONER_H_ */
a simple class to control print indentation
Definition: vtkIndent.h:113
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
A concrete implementation of vtkMultiBlockDataSetAlgorithm that provides functionality for partitioni...
void PrintSelf(ostream &oss, 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.
~vtkUniformGridPartitioner() override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
static vtkUniformGridPartitioner * New()
@ info
Definition: vtkX3D.h:382
@ port
Definition: vtkX3D.h:453
int vtkTypeBool
Definition: vtkABI.h:69