VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Graphics
vtkCellCenters.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkCellCenters.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 __vtkCellCenters_h
41
#define __vtkCellCenters_h
42
43
#include "
vtkPolyDataAlgorithm.h
"
44
45
class
VTK_GRAPHICS_EXPORT
vtkCellCenters
:
public
vtkPolyDataAlgorithm
46
{
47
public
:
48
vtkTypeMacro(
vtkCellCenters
,
vtkPolyDataAlgorithm
);
49
void
PrintSelf
(ostream& os,
vtkIndent
indent);
50
52
static
vtkCellCenters
*
New
();
53
55
56
vtkSetMacro(VertexCells,
int
);
57
vtkGetMacro(VertexCells,
int
);
58
vtkBooleanMacro(VertexCells,
int
);
60
61
protected
:
62
vtkCellCenters
();
63
~vtkCellCenters
() {};
64
65
virtual
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
66
virtual
int
FillInputPortInformation
(
int
port
,
vtkInformation
*
info
);
67
68
int
VertexCells
;
69
private
:
70
vtkCellCenters
(
const
vtkCellCenters
&);
// Not implemented.
71
void
operator=(
const
vtkCellCenters
&);
// Not implemented.
72
};
73
74
#endif
Generated on Fri Aug 2 2013 12:19:48 for VTK by
1.8.4