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 
53 class VTKFILTERSPARALLELGEOMETRY_EXPORT vtkPUnstructuredGridGhostDataGenerator:
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_ */
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.
Store zero or more vtkInformation instances.
Multiprocessing communication superclass.