VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Filtering
vtkPointData.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkPointData.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
=========================================================================*/
30
#ifndef __vtkPointData_h
31
#define __vtkPointData_h
32
33
#include "
vtkDataSetAttributes.h
"
34
35
class
VTK_FILTERING_EXPORT
vtkPointData
:
public
vtkDataSetAttributes
36
{
37
public
:
38
static
vtkPointData
*
New
();
39
40
vtkTypeMacro(
vtkPointData
,
vtkDataSetAttributes
);
41
void
PrintSelf
(ostream& os,
vtkIndent
indent);
42
void
NullPoint(
vtkIdType
ptId);
43
44
protected
:
45
vtkPointData
() {};
46
~vtkPointData
() {};
47
48
private
:
49
vtkPointData
(
const
vtkPointData
&);
// Not implemented.
50
void
operator=(
const
vtkPointData
&);
// Not implemented.
51
};
52
53
#endif
54
55
Generated on Sun Sep 9 2012 13:03:28 for VTK by
1.8.1.2