VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Parallel
vtkPExtractArraysOverTime.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkPExtractArraysOverTime.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
=========================================================================*/
34
#ifndef __vtkPExtractArraysOverTime_h
35
#define __vtkPExtractArraysOverTime_h
36
37
#include "
vtkExtractArraysOverTime.h
"
38
39
class
vtkMultiProcessController
;
40
class
vtkTable
;
41
42
class
VTK_PARALLEL_EXPORT
vtkPExtractArraysOverTime
:
public
vtkExtractArraysOverTime
43
{
44
public
:
45
static
vtkPExtractArraysOverTime
*
New
();
46
vtkTypeMacro(
vtkPExtractArraysOverTime
,
vtkExtractArraysOverTime
);
47
void
PrintSelf
(ostream& os,
vtkIndent
indent);
48
50
51
virtual
void
SetController(
vtkMultiProcessController
*);
52
vtkGetObjectMacro(Controller,
vtkMultiProcessController
);
54
55
//BTX
56
enum
Tags
57
{
58
EXCHANGE_DATA = 1972
59
};
60
//ETX
61
62
protected
:
63
vtkPExtractArraysOverTime
();
64
~
vtkPExtractArraysOverTime
();
65
66
virtual
void
PostExecute
(
vtkInformation
* request,
67
vtkInformationVector
** inputVector,
68
vtkInformationVector
* outputVector);
69
void
AddRemoteData(
vtkMultiBlockDataSet
* routput,
70
vtkMultiBlockDataSet
* output);
71
void
MergeTables(
vtkTable
* routput,
vtkTable
* output);
72
73
vtkMultiProcessController
*
Controller
;
74
75
private
:
76
vtkPExtractArraysOverTime
(
const
vtkPExtractArraysOverTime
&);
// Not implemented.
77
void
operator=(
const
vtkPExtractArraysOverTime
&);
// Not implemented.
78
};
79
80
#endif
81
82
83
Generated on Wed May 30 2012 13:22:20 for VTK by
1.8.1