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 */
vtkPUnstructuredGridGhostDataGenerator::FillOutputPortInformation
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:42
vtkPUnstructuredGridGhostDataGenerator::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkX3D::port
@ port
Definition: vtkX3D.h:447
vtkPUnstructuredGridGhostDataGenerator::~vtkPUnstructuredGridGhostDataGenerator
virtual ~vtkPUnstructuredGridGhostDataGenerator()
vtkMultiProcessController
Multiprocessing communication superclass.
Definition: vtkMultiProcessController.h:83
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:40
vtkPUnstructuredGridGhostDataGenerator::FillInputPortInformation
virtual int FillInputPortInformation(int port, vtkInformation *info)
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:87
vtkPUnstructuredGridGhostDataGenerator
distributed unstructured grid dataset.
Definition: vtkPUnstructuredGridGhostDataGenerator.h:60
vtkX3D::info
@ info
Definition: vtkX3D.h:376
vtkPUnstructuredGridGhostDataGenerator::vtkPUnstructuredGridGhostDataGenerator
vtkPUnstructuredGridGhostDataGenerator()
vtkPUnstructuredGridConnectivity
vtkPUnstructuredGridConnectivity implements functionality for generating ghost zones for a distribute...
Definition: vtkPUnstructuredGridConnectivity.h:101
vtkPUnstructuredGridGhostDataGenerator::New
static vtkPUnstructuredGridGhostDataGenerator * New()
vtkPUnstructuredGridGhostDataGenerator::RequestData
virtual int RequestData(vtkInformation *rqst, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkUnstructuredGridAlgorithm.h
vtkUnstructuredGridAlgorithm
Superclass for algorithms that produce only unstructured grid as output.
Definition: vtkUnstructuredGridAlgorithm.h:41
vtkUnstructuredGrid
dataset represents arbitrary combinations of all possible cell types
Definition: vtkUnstructuredGrid.h:83