VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Filters
Core
vtkPointDataToCellData.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkPointDataToCellData.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
=========================================================================*/
40
#ifndef __vtkPointDataToCellData_h
41
#define __vtkPointDataToCellData_h
42
43
#include "vtkFiltersCoreModule.h"
// For export macro
44
#include "
vtkDataSetAlgorithm.h
"
45
46
class
VTKFILTERSCORE_EXPORT
vtkPointDataToCellData
:
public
vtkDataSetAlgorithm
47
{
48
public
:
49
static
vtkPointDataToCellData
*
New
();
50
vtkTypeMacro(
vtkPointDataToCellData
,
vtkDataSetAlgorithm
);
51
void
PrintSelf
(ostream& os,
vtkIndent
indent);
52
54
57
vtkSetMacro(PassPointData,
int
);
58
vtkGetMacro(PassPointData,
int
);
59
vtkBooleanMacro(PassPointData,
int
);
61
62
protected
:
63
vtkPointDataToCellData
();
64
~vtkPointDataToCellData
() {};
65
66
virtual
int
RequestData
(
vtkInformation
* request,
67
vtkInformationVector
** inputVector,
68
vtkInformationVector
* outputVector);
69
70
int
PassPointData
;
71
private
:
72
vtkPointDataToCellData
(
const
vtkPointDataToCellData
&);
// Not implemented.
73
void
operator=(
const
vtkPointDataToCellData
&);
// Not implemented.
74
};
75
76
#endif
77
78
Generated on Thu May 24 2012 22:22:14 for VTK by
1.8.1