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 */
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkX3D::port
@ port
Definition: vtkX3D.h:447
vtkMultiProcessController
Multiprocessing communication superclass.
Definition: vtkMultiProcessController.h:82
vtkUnstructuredGridAlgorithm::RequestData
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkUnstructuredGridAlgorithm::FillInputPortInformation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkPUnstructuredGridGhostDataGenerator::Controller
vtkMultiProcessController * Controller
Definition: vtkPUnstructuredGridGhostDataGenerator.h:78
vtkPUnstructuredGridGhostDataGenerator::GhostZoneBuilder
vtkPUnstructuredGridConnectivity * GhostZoneBuilder
Definition: vtkPUnstructuredGridGhostDataGenerator.h:77
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkPUnstructuredGridGhostDataGenerator
Definition: vtkPUnstructuredGridGhostDataGenerator.h:58
vtkX3D::info
@ info
Definition: vtkX3D.h:376
vtkPUnstructuredGridConnectivity
Definition: vtkPUnstructuredGridConnectivity.h:99
vtkUnstructuredGridAlgorithm::New
static vtkUnstructuredGridAlgorithm * New()
vtkUnstructuredGridAlgorithm::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkUnstructuredGridAlgorithm.h
vtkUnstructuredGridAlgorithm::FillOutputPortInformation
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
vtkUnstructuredGridAlgorithm
Superclass for algorithms that produce only unstructured grid as output.
Definition: vtkUnstructuredGridAlgorithm.h:40
vtkUnstructuredGrid
dataset represents arbitrary combinations of all possible cell types
Definition: vtkUnstructuredGrid.h:81