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  =========================================================================*/
39 #ifndef vtkPUnstructuredGridGhostDataGenerator_h
40 #define vtkPUnstructuredGridGhostDataGenerator_h
41 
42 #include "vtkFiltersParallelGeometryModule.h" // For export macro
44 
45 #if !defined(VTK_LEGACY_REMOVE)
46 
47 // Forward Declarations
48 class vtkIndent;
49 class vtkInformation;
54 
55 class VTKFILTERSPARALLELGEOMETRY_EXPORT vtkPUnstructuredGridGhostDataGenerator:
57 {
58 public:
61  void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
62 
63 protected:
66 
67  // Standard VTK pipeline routines
68  virtual int FillInputPortInformation(int port,vtkInformation *info) VTK_OVERRIDE;
69  virtual int FillOutputPortInformation(int port, vtkInformation *info) VTK_OVERRIDE;
70  virtual int RequestData(
71  vtkInformation *rqst, vtkInformationVector **inputVector,
72  vtkInformationVector* outputVector ) VTK_OVERRIDE;
73 
76 private:
78  void operator=(const vtkPUnstructuredGridGhostDataGenerator&) VTK_DELETE_FUNCTION;
79 };
80 
81 #endif //VTK_LEGACY_REMOVE
82 #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:33
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.