VTK  9.1.0
vtkDataSetGhostGenerator.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkDataSetGhostGenerator.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  =========================================================================*/
31 #ifndef vtkDataSetGhostGenerator_h
32 #define vtkDataSetGhostGenerator_h
33 
34 #include "vtkDeprecation.h" // For VTK_DEPRECATED_IN_9_1_0
35 #include "vtkFiltersGeometryModule.h" // For export macro
37 
38 // Forward Declarations
39 class vtkInformation;
42 
44  "Use vtkGhostCellsGenerator instead") VTKFILTERSGEOMETRY_EXPORT vtkDataSetGhostGenerator
46 {
47 public:
49  void PrintSelf(ostream& os, vtkIndent indent) override;
50 
52 
55  vtkSetMacro(NumberOfGhostLayers, int);
56  vtkGetMacro(NumberOfGhostLayers, int);
58 
59  // Standard VTK pipeline routines
62 
64  vtkInformationVector* outputVector) override;
65 
66 protected:
69 
74 
76 
77 private:
79  void operator=(const vtkDataSetGhostGenerator&) = delete;
80 };
81 
82 #endif /* vtkDataSetGhostGenerator_h */
83 
84 // VTK-HeaderTest-Exclude: vtkDataSetGhostGenerator.h
vtkDataSetGhostGenerator::FillOutputPortInformation
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:145
vtkDataSetGhostGenerator::FillInputPortInformation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
VTK_DEPRECATED_IN_9_1_0
#define VTK_DEPRECATED_IN_9_1_0(reason)
Definition: vtkDeprecation.h:117
vtkMultiBlockDataSet
Composite dataset that organizes datasets into blocks.
Definition: vtkMultiBlockDataSet.h:155
vtkDataSetGhostGenerator::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkX3D::port
@ port
Definition: vtkX3D.h:453
vtkDataSetGhostGenerator::NumberOfGhostLayers
int NumberOfGhostLayers
Definition: vtkDataSetGhostGenerator.h:75
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:113
vtkMultiBlockDataSetAlgorithm.h
vtkDataSetGhostGenerator::GenerateGhostLayers
virtual void GenerateGhostLayers(vtkMultiBlockDataSet *in, vtkMultiBlockDataSet *out)=0
Generate ghost layers.
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:183
vtkX3D::info
@ info
Definition: vtkX3D.h:382
vtkDataSetGhostGenerator::RequestData
int RequestData(vtkInformation *rqst, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
vtkDeprecation.h
vtkDataSetGhostGenerator::vtkDataSetGhostGenerator
vtkDataSetGhostGenerator()
vtkDataSetGhostGenerator::~vtkDataSetGhostGenerator
~vtkDataSetGhostGenerator() override
vtkDataSetGhostGenerator
An abstract class that provides common functionality and implements an interface for all ghost data g...
Definition: vtkDataSetGhostGenerator.h:46
vtkGhostCellsGenerator
Computes ghost cells on vtkCompositeDataSet inputs.
Definition: vtkGhostCellsGenerator.h:60
vtkMultiBlockDataSetAlgorithm
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
Definition: vtkMultiBlockDataSetAlgorithm.h:33