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 =========================================================================*/
25 #ifndef vtkTransmitUnstructuredGridPiece_h
26 #define vtkTransmitUnstructuredGridPiece_h
27 
28 #include "vtkFiltersParallelModule.h" // For export macro
30 
32 
34 {
35 public:
38  void PrintSelf(ostream& os, vtkIndent indent);
39 
41 
46 
48 
49  vtkSetMacro(CreateGhostCells, int);
50  vtkGetMacro(CreateGhostCells, int);
51  vtkBooleanMacro(CreateGhostCells, int);
53 
54 protected:
57 
58  // Data generation method
61  vtkInformation *outInfo);
62  void SatelliteExecute(int procId, vtkUnstructuredGrid *output,
63  vtkInformation *outInfo);
64 
67 
68 private:
70  void operator=(const vtkTransmitUnstructuredGridPiece&); // Not implemented
71 };
72 
73 #endif
vtkTransmitUnstructuredGridPiece::RootExecute
void RootExecute(vtkUnstructuredGrid *input, vtkUnstructuredGrid *output, vtkInformation *outInfo)
vtkGetObjectMacro
#define vtkGetObjectMacro(name, type)
Definition: vtkSetGet.h:232
VTKFILTERSPARALLEL_EXPORT
#define VTKFILTERSPARALLEL_EXPORT
Definition: vtkFiltersParallelModule.h:15
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkTransmitUnstructuredGridPiece::~vtkTransmitUnstructuredGridPiece
~vtkTransmitUnstructuredGridPiece()
vtkTransmitUnstructuredGridPiece::vtkTransmitUnstructuredGridPiece
vtkTransmitUnstructuredGridPiece()
vtkgl::input
GLenum GLenum GLenum input
Definition: vtkgl.h:15941
vtkTransmitUnstructuredGridPiece::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkFiltersParallelModule.h
vtkTransmitUnstructuredGridPiece::New
static vtkTransmitUnstructuredGridPiece * New()
vtkTransmitUnstructuredGridPiece
Definition: vtkTransmitUnstructuredGridPiece.h:34
vtkMultiProcessController
Multiprocessing communication superclass.
Definition: vtkMultiProcessController.h:85
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkTransmitUnstructuredGridPiece::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkGetMacro
#define vtkGetMacro(name, type)
Definition: vtkSetGet.h:93
vtkTransmitUnstructuredGridPiece::Controller
vtkMultiProcessController * Controller
Definition: vtkTransmitUnstructuredGridPiece.h:66
vtkTransmitUnstructuredGridPiece::SatelliteExecute
void SatelliteExecute(int procId, vtkUnstructuredGrid *output, vtkInformation *outInfo)
vtkBooleanMacro
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkSetMacro
vtkSetMacro(IgnoreDriverBugs, bool)
vtkUnstructuredGridAlgorithm.h
vtkTransmitUnstructuredGridPiece::CreateGhostCells
int CreateGhostCells
Definition: vtkTransmitUnstructuredGridPiece.h:65
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
vtkTransmitUnstructuredGridPiece::SetController
virtual void SetController(vtkMultiProcessController *)