VTK
vtkTransmitUnstructuredGridPiece.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkTransmitUnstructuredGridPiece.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 =========================================================================*/
24 #ifndef __vtkTransmitUnstructuredGridPiece_h
25 #define __vtkTransmitUnstructuredGridPiece_h
26 
28 
30 
32 {
33 public:
36  void PrintSelf(ostream& os, vtkIndent indent);
37 
39 
41  virtual void SetController(vtkMultiProcessController*);
42  vtkGetObjectMacro(Controller, vtkMultiProcessController);
44 
46 
47  vtkSetMacro(CreateGhostCells, int);
48  vtkGetMacro(CreateGhostCells, int);
49  vtkBooleanMacro(CreateGhostCells, int);
51 
52 protected:
55 
56  // Data generation method
58  void RootExecute(vtkUnstructuredGrid *input, vtkUnstructuredGrid *output,
59  vtkInformation *outInfo);
60  void SatelliteExecute(int procId, vtkUnstructuredGrid *output,
61  vtkInformation *outInfo);
64 
67 
68 private:
70  void operator=(const vtkTransmitUnstructuredGridPiece&); // Not implemented
71 };
72 
73 #endif
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Store vtkAlgorithm input/output information.
static vtkUnstructuredGridAlgorithm * New()
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
a simple class to control print indentation
Definition: vtkIndent.h:37
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 VTK_PARALLEL_EXPORT
Store zero or more vtkInformation instances.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Return specified piece, including specified number of ghost levels.
Multiprocessing communication superclass.