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