VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Filters
Parallel
vtkPTableToStructuredGrid.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkPTableToStructuredGrid.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 __vtkPTableToStructuredGrid_h
26
#define __vtkPTableToStructuredGrid_h
27
28
#include "vtkFiltersParallelModule.h"
// For export macro
29
#include "
vtkTableToStructuredGrid.h
"
30
31
class
vtkMultiProcessController
;
32
33
class
VTKFILTERSPARALLEL_EXPORT
vtkPTableToStructuredGrid
:
public
vtkTableToStructuredGrid
34
{
35
public
:
36
static
vtkPTableToStructuredGrid
*
New
();
37
vtkTypeMacro(
vtkPTableToStructuredGrid
,
vtkTableToStructuredGrid
);
38
void
PrintSelf
(ostream& os,
vtkIndent
indent);
39
41
42
void
SetController(
vtkMultiProcessController
*);
43
vtkGetObjectMacro(Controller,
vtkMultiProcessController
);
45
46
//BTX
47
protected
:
48
vtkPTableToStructuredGrid
();
49
~
vtkPTableToStructuredGrid
();
50
52
53
virtual
int
RequestData
(
vtkInformation
* request,
54
vtkInformationVector
** inputVector,
vtkInformationVector
* outputVector);
56
57
vtkMultiProcessController
*
Controller
;
58
private
:
59
vtkPTableToStructuredGrid
(
const
vtkPTableToStructuredGrid
&);
// Not implemented.
60
void
operator=(
const
vtkPTableToStructuredGrid
&);
// Not implemented.
61
//ETX
62
};
63
64
#endif
65
66
Generated on Thu May 24 2012 22:22:22 for VTK by
1.8.1