VTK
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  =========================================================================*/
51 #ifndef vtkStructuredGridGhostDataGenerator_h
52 #define vtkStructuredGridGhostDataGenerator_h
53 
54 #include "vtkFiltersGeometryModule.h" // For export macro
56 
57 // Forward declarations
59 class vtkIndent;
61 
62 class VTKFILTERSGEOMETRY_EXPORT vtkStructuredGridGhostDataGenerator :
64 {
65 public:
68  void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE;
69 
70 protected:
73 
77  void RegisterGrids(vtkMultiBlockDataSet *in);
78 
82  void CreateGhostedDataSet(
84  vtkMultiBlockDataSet *out );
85 
89  void GenerateGhostLayers(
90  vtkMultiBlockDataSet *in, vtkMultiBlockDataSet *out) VTK_OVERRIDE;
91 
92  vtkStructuredGridConnectivity *GridConnectivity;
93 private:
95  void operator=(const vtkStructuredGridGhostDataGenerator&) VTK_DELETE_FUNCTION;
96 };
97 
98 #endif /* vtkStructuredGridGhostDataGenerator_h */
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
A concrete implementation of vtkDataSetGhostGenerator for generating ghost data on partitioned struct...
static vtkMultiBlockDataSetAlgorithm * New()
vtkStructuredGridConnectivity is a concrete instance of vtkObject that implements functionality for c...
a simple class to control print indentation
Definition: vtkIndent.h:39
Composite dataset that organizes datasets into blocks.
An abstract class that provides common functionality and implements an interface for all ghost data g...