VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Parallel
vtkPProbeFilter.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkPProbeFilter.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
=========================================================================*/
23
#ifndef __vtkPProbeFilter_h
24
#define __vtkPProbeFilter_h
25
26
#include "
vtkCompositeDataProbeFilter.h
"
27
28
class
vtkMultiProcessController
;
29
30
class
VTK_PARALLEL_EXPORT
vtkPProbeFilter
:
public
vtkCompositeDataProbeFilter
31
{
32
public
:
33
vtkTypeMacro(
vtkPProbeFilter
,
vtkCompositeDataProbeFilter
);
34
void
PrintSelf
(ostream& os,
vtkIndent
indent);
35
36
static
vtkPProbeFilter
*
New
();
37
39
40
virtual
void
SetController(
vtkMultiProcessController
*);
41
vtkGetObjectMacro(Controller,
vtkMultiProcessController
);
43
44
//BTX
45
protected
:
46
vtkPProbeFilter
();
47
~
vtkPProbeFilter
();
48
49
enum
50
{
51
PROBE_COMMUNICATION_TAG=1970
52
};
53
54
// Usual data generation method
55
virtual
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
56
virtual
int
RequestInformation
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
57
virtual
int
RequestUpdateExtent
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
58
virtual
int
FillInputPortInformation
(
int
port
,
vtkInformation
*
info
);
59
60
vtkMultiProcessController
*
Controller
;
61
62
private
:
63
vtkPProbeFilter
(
const
vtkPProbeFilter
&);
// Not implemented.
64
void
operator=(
const
vtkPProbeFilter
&);
// Not implemented.
65
//ETX
66
};
67
68
#endif
Generated on Sun Sep 9 2012 13:03:43 for VTK by
1.8.1.2