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
51class vtkIndent;
52class vtkInformation;
57
58class VTKFILTERSPARALLELGEOMETRY_EXPORT vtkPUnstructuredGridGhostDataGenerator:
60{
61public:
64 void PrintSelf(ostream& os, vtkIndent indent);
65
66protected:
69
70 // Standard VTK pipeline routines
73 virtual int RequestData(
74 vtkInformation *rqst, vtkInformationVector **inputVector,
75 vtkInformationVector* outputVector );
76
79private:
81 void operator=(const vtkPUnstructuredGridGhostDataGenerator&) VTK_DELETE_FUNCTION;
82};
83
84#endif //VTK_LEGACY_REMOVE
85#endif /* vtkPUnstructuredGridGhostDataGenerator_h */
a simple class to control print indentation
Definition: vtkIndent.h:40
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Multiprocessing communication superclass.
vtkPUnstructuredGridConnectivity implements functionality for generating ghost zones for a distribute...
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
static vtkPUnstructuredGridGhostDataGenerator * New()
virtual int RequestData(vtkInformation *rqst, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
Superclass for algorithms that produce only unstructured grid as output.
dataset represents arbitrary combinations of all possible cell types
@ info
Definition: vtkX3D.h:376
@ port
Definition: vtkX3D.h:447