VTK
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  =========================================================================*/
52 #ifndef VTKPSTRUCTUREDGRIDGHOSTDATAGENERATOR_H_
53 #define VTKPSTRUCTUREDGRIDGHOSTDATAGENERATOR_H_
54 
55 #include "vtkFiltersParallelGeometryModule.h" // For export macro
57 
59 class vtkIndent;
61 
62 class VTKFILTERSPARALLELGEOMETRY_EXPORT vtkPStructuredGridGhostDataGenerator:
64 {
65 public:
68  void PrintSelf(ostream& os, vtkIndent indent);
69 
70 protected:
73 
75  void RegisterGrids(vtkMultiBlockDataSet *in);
76 
78 
79  void CreateGhostedDataSet(
82 
84 
88 
90 private:
92  void operator=(const vtkPStructuredGridGhostDataGenerator&); // Not implemented
93 };
94 
95 #endif /* VTKPSTRUCTUREDGRIDGHOSTDATAGENERATOR_H_ */
void PrintSelf(ostream &os, vtkIndent indent)
static vtkMultiBlockDataSetAlgorithm * New()
a simple class to control print indentation
Definition: vtkIndent.h:38
Composite dataset that organizes datasets into blocks.
virtual void GenerateGhostLayers(vtkMultiBlockDataSet *in, vtkMultiBlockDataSet *out)=0