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) override;
69 
70 protected:
73 
78 
84  vtkMultiBlockDataSet *out );
85 
90  vtkMultiBlockDataSet *in, vtkMultiBlockDataSet *out) override;
91 
93 private:
95  void operator=(const vtkStructuredGridGhostDataGenerator&) = delete;
96 };
97 
98 #endif /* vtkStructuredGridGhostDataGenerator_h */
vtkStructuredGridGhostDataGenerator
Definition: vtkStructuredGridGhostDataGenerator.h:64
vtkMultiBlockDataSet
Composite dataset that organizes datasets into blocks.
Definition: vtkMultiBlockDataSet.h:52
vtkStructuredGridGhostDataGenerator::New
static vtkStructuredGridGhostDataGenerator * New()
vtkStructuredGridGhostDataGenerator::~vtkStructuredGridGhostDataGenerator
~vtkStructuredGridGhostDataGenerator() override
vtkStructuredGridConnectivity
Definition: vtkStructuredGridConnectivity.h:62
vtkStructuredGridGhostDataGenerator::CreateGhostedDataSet
void CreateGhostedDataSet(vtkMultiBlockDataSet *in, vtkMultiBlockDataSet *out)
Creates the output.
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:40
vtkStructuredGridGhostDataGenerator::GenerateGhostLayers
void GenerateGhostLayers(vtkMultiBlockDataSet *in, vtkMultiBlockDataSet *out) override
Generates ghost layers.
vtkDataSetGhostGenerator.h
vtkStructuredGridGhostDataGenerator::vtkStructuredGridGhostDataGenerator
vtkStructuredGridGhostDataGenerator()
vtkDataSetGhostGenerator
Definition: vtkDataSetGhostGenerator.h:44
vtkStructuredGridGhostDataGenerator::GridConnectivity
vtkStructuredGridConnectivity * GridConnectivity
Definition: vtkStructuredGridGhostDataGenerator.h:92
vtkStructuredGridGhostDataGenerator::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkStructuredGridGhostDataGenerator::RegisterGrids
void RegisterGrids(vtkMultiBlockDataSet *in)
Registers the grid associated with this instance of multi-block.