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 // Forward Declarations
46 class vtkIndent;
47 class vtkInformation;
52 
55 {
56 public:
59  void PrintSelf(ostream& os, vtkIndent indent);
60 
61 protected:
64 
65  // Standard VTK pipeline routines
68  virtual int RequestData(
69  vtkInformation *rqst, vtkInformationVector **inputVector,
70  vtkInformationVector* outputVector );
71 
74 private:
76  void operator=(const vtkPUnstructuredGridGhostDataGenerator&); // Not implemented
77 };
78 
79 #endif /* VTKPUNSTRUCTUREDGRIDGHOSTDATAGENERATOR_H_ */
vtkPUnstructuredGridGhostDataGenerator::FillOutputPortInformation
virtual int FillOutputPortInformation(int port, vtkInformation *info)
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkFiltersParallelGeometryModule.h
vtkPUnstructuredGridGhostDataGenerator::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkX3D::port
@ port
Definition: vtkX3D.h:447
vtkPUnstructuredGridGhostDataGenerator::~vtkPUnstructuredGridGhostDataGenerator
virtual ~vtkPUnstructuredGridGhostDataGenerator()
vtkMultiProcessController
Multiprocessing communication superclass.
Definition: vtkMultiProcessController.h:85
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkPUnstructuredGridGhostDataGenerator::FillInputPortInformation
virtual int FillInputPortInformation(int port, vtkInformation *info)
vtkPUnstructuredGridGhostDataGenerator::Controller
vtkMultiProcessController * Controller
Definition: vtkPUnstructuredGridGhostDataGenerator.h:73
vtkPUnstructuredGridGhostDataGenerator::GhostZoneBuilder
vtkPUnstructuredGridConnectivity * GhostZoneBuilder
Definition: vtkPUnstructuredGridGhostDataGenerator.h:72
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkPUnstructuredGridGhostDataGenerator
Definition: vtkPUnstructuredGridGhostDataGenerator.h:55
vtkX3D::info
@ info
Definition: vtkX3D.h:376
vtkPUnstructuredGridGhostDataGenerator::vtkPUnstructuredGridGhostDataGenerator
vtkPUnstructuredGridGhostDataGenerator()
vtkPUnstructuredGridConnectivity
Definition: vtkPUnstructuredGridConnectivity.h:96
vtkPUnstructuredGridGhostDataGenerator::New
static vtkPUnstructuredGridGhostDataGenerator * New()
vtkPUnstructuredGridGhostDataGenerator::RequestData
virtual int RequestData(vtkInformation *rqst, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkUnstructuredGridAlgorithm.h
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:82
VTKFILTERSPARALLELGEOMETRY_EXPORT
#define VTKFILTERSPARALLELGEOMETRY_EXPORT
Definition: vtkFiltersParallelGeometryModule.h:15