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  =========================================================================*/
41 #ifndef vtkPUnstructuredGridGhostDataGenerator_h
42 #define vtkPUnstructuredGridGhostDataGenerator_h
43 
44 #include "vtkFiltersParallelGeometryModule.h" // For export macro
46 
47 #if !defined(VTK_LEGACY_REMOVE)
48 
49 // Forward Declarations
50 class vtkIndent;
51 class vtkInformation;
56 
59 {
60 public:
63  void PrintSelf(ostream& os, vtkIndent indent);
64 
65 protected:
68 
69  // Standard VTK pipeline routines
72  virtual int RequestData(
73  vtkInformation *rqst, vtkInformationVector **inputVector,
74  vtkInformationVector* outputVector );
75 
78 private:
80  void operator=(const vtkPUnstructuredGridGhostDataGenerator&); // Not implemented
81 };
82 
83 #endif //VTK_LEGACY_REMOVE
84 #endif /* vtkPUnstructuredGridGhostDataGenerator_h */
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Store vtkAlgorithm input/output information.
static vtkUnstructuredGridAlgorithm * New()
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int FillOutputPortInformation(int port, vtkInformation *info)
a simple class to control print indentation
Definition: vtkIndent.h:38
dataset represents arbitrary combinations of all possible cell types
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only unstructured grid as output.
#define VTKFILTERSPARALLELGEOMETRY_EXPORT
Store zero or more vtkInformation instances.
Multiprocessing communication superclass.