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  =========================================================================*/
50 #ifndef VTKSTRUCTUREDGRIDGHOSTDATAGENERATOR_H_
51 #define VTKSTRUCTUREDGRIDGHOSTDATAGENERATOR_H_
52 
53 #include "vtkFiltersGeometryModule.h" // For export macro
55 
56 // Forward declarations
58 class vtkIndent;
60 
63 {
64 public:
67  void PrintSelf(ostream &os, vtkIndent indent);
68 
69 protected:
72 
74  void RegisterGrids(vtkMultiBlockDataSet *in);
75 
77 
78  void CreateGhostedDataSet(
80  vtkMultiBlockDataSet *out );
82 
84 
88 
90 private:
92  void operator=(const vtkStructuredGridGhostDataGenerator&); // Not implemented
93 };
94 
95 #endif /* VTKSTRUCTUREDGRIDGHOSTDATAGENERATOR_H_ */
virtual void GenerateGhostLayers(vtkMultiBlockDataSet *in, vtkMultiBlockDataSet *out)=0
static vtkMultiBlockDataSetAlgorithm * New()
a simple class to control print indentation
Definition: vtkIndent.h:38
Composite dataset that organizes datasets into blocks.
void PrintSelf(ostream &os, vtkIndent indent)
#define VTKFILTERSGEOMETRY_EXPORT