VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Parallel
vtkTransmitPolyDataPiece.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkTransmitPolyDataPiece.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 __vtkTransmitPolyDataPiece_h
25
#define __vtkTransmitPolyDataPiece_h
26
27
#include "
vtkPolyDataAlgorithm.h
"
28
29
class
vtkMultiProcessController
;
30
31
class
VTK_PARALLEL_EXPORT
vtkTransmitPolyDataPiece
:
public
vtkPolyDataAlgorithm
32
{
33
public
:
34
static
vtkTransmitPolyDataPiece
*
New
();
35
vtkTypeMacro(
vtkTransmitPolyDataPiece
,
vtkPolyDataAlgorithm
);
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
:
53
vtkTransmitPolyDataPiece
();
54
~
vtkTransmitPolyDataPiece
();
55
56
// Data generation method
57
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
58
void
RootExecute(
vtkPolyData
*input,
vtkPolyData
*output,
vtkInformation
*outInfo);
59
void
SatelliteExecute(
int
procId,
vtkPolyData
*output,
vtkInformation
*outInfo);
60
int
RequestInformation
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
61
int
RequestUpdateExtent
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
62
63
int
CreateGhostCells
;
64
vtkMultiProcessController
*
Controller
;
65
66
private
:
67
vtkTransmitPolyDataPiece
(
const
vtkTransmitPolyDataPiece
&);
// Not implemented
68
void
operator=(
const
vtkTransmitPolyDataPiece
&);
// Not implemented
69
};
70
71
#endif
Generated on Sun Sep 9 2012 13:03:43 for VTK by
1.8.1.2