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
59class vtkIndent;
61
62class VTKFILTERSGEOMETRY_EXPORT vtkStructuredGridGhostDataGenerator :
64{
65public:
68 void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE;
69
70protected:
73
77 void RegisterGrids(vtkMultiBlockDataSet *in);
78
82 void CreateGhostedDataSet(
85
89 void GenerateGhostLayers(
90 vtkMultiBlockDataSet *in, vtkMultiBlockDataSet *out) VTK_OVERRIDE;
91
93private:
95 void operator=(const vtkStructuredGridGhostDataGenerator&) VTK_DELETE_FUNCTION;
96};
97
98#endif /* vtkStructuredGridGhostDataGenerator_h */
An abstract class that provides common functionality and implements an interface for all ghost data g...
a simple class to control print indentation
Definition: vtkIndent.h:40
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.
static vtkStructuredGridGhostDataGenerator * New()