VTK
vtkTransmitStructuredDataPiece.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkTransmitStructuredDataPiece.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 vtkTransmitStructuredDataPiece_h
26 #define vtkTransmitStructuredDataPiece_h
27 
28 #include "vtkFiltersParallelModule.h" // For export macro
29 #include "vtkDataSetAlgorithm.h"
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, vtkDataSet *output,
63  vtkInformation *outInfo);
66 
69 
70 private:
72  void operator=(const vtkTransmitStructuredDataPiece&); // Not implemented
73 };
74 
75 #endif
vtkGetObjectMacro
#define vtkGetObjectMacro(name, type)
Definition: vtkSetGet.h:232
vtkTransmitStructuredDataPiece::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
VTKFILTERSPARALLEL_EXPORT
#define VTKFILTERSPARALLEL_EXPORT
Definition: vtkFiltersParallelModule.h:15
vtkTransmitStructuredDataPiece::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkTransmitStructuredDataPiece::Controller
vtkMultiProcessController * Controller
Definition: vtkTransmitStructuredDataPiece.h:68
vtkTransmitStructuredDataPiece::~vtkTransmitStructuredDataPiece
~vtkTransmitStructuredDataPiece()
vtkgl::input
GLenum GLenum GLenum input
Definition: vtkgl.h:15941
vtkFiltersParallelModule.h
vtkTransmitStructuredDataPiece::RootExecute
void RootExecute(vtkDataSet *input, vtkDataSet *output, vtkInformation *outInfo)
vtkTransmitStructuredDataPiece
Definition: vtkTransmitStructuredDataPiece.h:34
vtkDataSetAlgorithm
Superclass for algorithms that produce output of the same type as input.
Definition: vtkDataSetAlgorithm.h:51
vtkTransmitStructuredDataPiece::SetController
virtual void SetController(vtkMultiProcessController *)
vtkMultiProcessController
Multiprocessing communication superclass.
Definition: vtkMultiProcessController.h:85
vtkTransmitStructuredDataPiece::RequestInformation
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkGetMacro
#define vtkGetMacro(name, type)
Definition: vtkSetGet.h:93
vtkDataSet
abstract class to specify dataset behavior
Definition: vtkDataSet.h:62
vtkBooleanMacro
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkSetMacro
vtkSetMacro(IgnoreDriverBugs, bool)
vtkDataSetAlgorithm.h
vtkTransmitStructuredDataPiece::CreateGhostCells
int CreateGhostCells
Definition: vtkTransmitStructuredDataPiece.h:67
vtkTransmitStructuredDataPiece::RequestUpdateExtent
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkTransmitStructuredDataPiece::SatelliteExecute
void SatelliteExecute(int procId, vtkDataSet *output, vtkInformation *outInfo)
vtkTransmitStructuredDataPiece::vtkTransmitStructuredDataPiece
vtkTransmitStructuredDataPiece()
vtkTransmitStructuredDataPiece::New
static vtkTransmitStructuredDataPiece * New()