VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
vtkTransmitRectilinearGridPiece.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkTransmitRectilinearGridPiece.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 =========================================================================*/
28 #ifndef __vtkTransmitRectilinearGridPiece_h
29 #define __vtkTransmitRectilinearGridPiece_h
30 
31 #include "vtkFiltersParallelModule.h" // For export macro
33 
35 
37 {
38 public:
41  void PrintSelf(ostream& os, vtkIndent indent);
42 
44 
46  virtual void SetController(vtkMultiProcessController*);
47  vtkGetObjectMacro(Controller, vtkMultiProcessController);
49 
51 
52  vtkSetMacro(CreateGhostCells, int);
53  vtkGetMacro(CreateGhostCells, int);
54  vtkBooleanMacro(CreateGhostCells, int);
56 
57 protected:
60 
61  // Data generation method
63  void RootExecute(vtkRectilinearGrid *input, vtkRectilinearGrid *output,
64  vtkInformation *outInfo);
65  void SatelliteExecute(int procId, vtkRectilinearGrid *output,
66  vtkInformation *outInfo);
69 
72 
73 private:
75  void operator=(const vtkTransmitRectilinearGridPiece&); // Not implemented
76 };
77 
78 #endif
a dataset that is topologically regular with variable spacing in the three coordinate directions ...
Superclass for algorithms that produce only rectilinear grid as output.
Store vtkAlgorithm input/output information.
GLenum GLenum GLenum input
Definition: vtkgl.h:15941
static vtkRectilinearGridAlgorithm * New()
For parallel processing, restrict IO to the first process in the cluster.
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define VTKFILTERSPARALLEL_EXPORT
a simple class to control print indentation
Definition: vtkIndent.h:38
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Store zero or more vtkInformation instances.
void PrintSelf(ostream &os, vtkIndent indent)
Multiprocessing communication superclass.