VTK  9.1.0
vtkStructuredGridGhostDataGenerator.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkStructuredGridGhostDataGenerator.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 =========================================================================*/
48#ifndef vtkStructuredGridGhostDataGenerator_h
49#define vtkStructuredGridGhostDataGenerator_h
50
52#include "vtkFiltersGeometryModule.h" // For export macro
53
54// Forward declarations
56class vtkIndent;
58
60 VTKFILTERSGEOMETRY_EXPORT vtkStructuredGridGhostDataGenerator : public vtkDataSetGhostGenerator
61{
62public:
65 void PrintSelf(ostream& os, vtkIndent indent) override;
66
67protected:
70
75
80
85
87
88private:
90 void operator=(const vtkStructuredGridGhostDataGenerator&) = delete;
91};
92
93#endif /* vtkStructuredGridGhostDataGenerator_h */
94
95// VTK-HeaderTest-Exclude: vtkStructuredGridGhostDataGenerator.h
An abstract class that provides common functionality and implements an interface for all ghost data g...
Computes ghost cells on vtkCompositeDataSet inputs.
a simple class to control print indentation
Definition: vtkIndent.h:113
Composite dataset that organizes datasets into blocks.
vtkStructuredGridConnectivity is a concrete instance of vtkObject that implements functionality for c...
A concrete implementation of vtkDataSetGhostGenerator for generating ghost data on partitioned struct...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void RegisterGrids(vtkMultiBlockDataSet *in)
Registers the grid associated with this instance of multi-block.
static vtkStructuredGridGhostDataGenerator * New()
void GenerateGhostLayers(vtkMultiBlockDataSet *in, vtkMultiBlockDataSet *out) override
Generates ghost layers.
void CreateGhostedDataSet(vtkMultiBlockDataSet *in, vtkMultiBlockDataSet *out)
Creates the output.
#define VTK_DEPRECATED_IN_9_1_0(reason)