VTK  9.2.6
vtkPStructuredGridGhostDataGenerator.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkPStructuredGridGhostDataGenerator.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  =========================================================================*/
50 #ifndef vtkPStructuredGridGhostDataGenerator_h
51 #define vtkPStructuredGridGhostDataGenerator_h
52 
53 #include "vtkDeprecation.h" // For VTK_DEPRECATED_IN_9_1_0
54 #include "vtkFiltersParallelGeometryModule.h" // For export macro
56 
58 class vtkIndent;
60 
62  VTKFILTERSPARALLELGEOMETRY_EXPORT vtkPStructuredGridGhostDataGenerator
64 {
65 public:
68  void PrintSelf(ostream& os, vtkIndent indent) override;
69 
70 protected:
73 
77  void RegisterGrids(vtkMultiBlockDataSet* in);
78 
82  void CreateGhostedDataSet(vtkMultiBlockDataSet* in, vtkMultiBlockDataSet* out);
83 
88 
90 
91 private:
93  void operator=(const vtkPStructuredGridGhostDataGenerator&) = delete;
94 };
95 
96 #endif /* vtkPStructuredGridGhostDataGenerator_h */
97 
98 // VTK-HeaderTest-Exclude: vtkPStructuredGridGhostDataGenerator.h
vtkPStructuredGridConnectivity inherits from vtkStructuredGridConnectivity and implements functionali...
#define VTK_DEPRECATED_IN_9_1_0(reason)
static vtkMultiBlockDataSetAlgorithm * New()
virtual void GenerateGhostLayers(vtkMultiBlockDataSet *in, vtkMultiBlockDataSet *out) override=0
Creates ghost layers.
Computes ghost cells on vtkCompositeDataSet inputs.
a simple class to control print indentation
Definition: vtkIndent.h:39
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
An abstract class that provides common functionality and implements an interface for all parallel gho...
Composite dataset that organizes datasets into blocks.