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