VTK
vtkPUnstructuredGridGhostDataGenerator.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkPStructuredGridConnectivity.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  =========================================================================*/
42 #ifndef vtkPUnstructuredGridGhostDataGenerator_h
43 #define vtkPUnstructuredGridGhostDataGenerator_h
44 
45 #include "vtkFiltersParallelGeometryModule.h" // For export macro
47 
48 #if !defined(VTK_LEGACY_REMOVE)
49 
50 // Forward Declarations
51 class vtkIndent;
52 class vtkInformation;
57 
58 class VTKFILTERSPARALLELGEOMETRY_EXPORT vtkPUnstructuredGridGhostDataGenerator:
60 {
61 public:
64  void PrintSelf(ostream& os, vtkIndent indent);
65 
66 protected:
69 
70  // Standard VTK pipeline routines
73  virtual int RequestData(
74  vtkInformation *rqst, vtkInformationVector **inputVector,
75  vtkInformationVector* outputVector );
76 
79 private:
81  void operator=(const vtkPUnstructuredGridGhostDataGenerator&) VTK_DELETE_FUNCTION;
82 };
83 
84 #endif //VTK_LEGACY_REMOVE
85 #endif /* vtkPUnstructuredGridGhostDataGenerator_h */
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Store vtkAlgorithm input/output information.
vtkPUnstructuredGridConnectivity implements functionality for generating ghost zones for a distribute...
static vtkUnstructuredGridAlgorithm * New()
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
Definition: vtkIndent.h:39
dataset represents arbitrary combinations of all possible cell types
Superclass for algorithms that produce only unstructured grid as output.
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
Store zero or more vtkInformation instances.
Multiprocessing communication superclass.