VTK
dox
opt
build
vtk6-6.3.0+dfsg2
Common
DataModel
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 "
vtkCommonDataModelModule.h
"
// For export macro
35
#include "
vtkDataSetAttributes.h
"
36
37
class
VTKCOMMONDATAMODEL_EXPORT
vtkCellData
:
public
vtkDataSetAttributes
38
{
39
public
:
40
static
vtkCellData
*
New
();
41
42
vtkTypeMacro
(
vtkCellData
,
vtkDataSetAttributes
);
43
void
PrintSelf
(ostream& os,
vtkIndent
indent);
44
45
protected
:
46
vtkCellData
() {}
//make sure constructor and desctructor are protected
47
~vtkCellData
() {}
48
49
private
:
50
vtkCellData
(
const
vtkCellData
&);
// Not implemented.
51
void
operator=(
const
vtkCellData
&);
// Not implemented.
52
};
53
54
#endif
55
56
57
vtkCommonDataModelModule.h
vtkDataSetAttributes
represent and manipulate attribute data in a dataset
Definition:
vtkDataSetAttributes.h:58
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition:
vtkSetGet.h:642
vtkCellData::~vtkCellData
~vtkCellData()
Definition:
vtkCellData.h:47
vtkCellData::New
static vtkCellData * New()
vtkCellData
represent and manipulate cell attribute data
Definition:
vtkCellData.h:38
vtkCellData::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
VTKCOMMONDATAMODEL_EXPORT
#define VTKCOMMONDATAMODEL_EXPORT
Definition:
vtkCommonDataModelModule.h:15
vtkCellData::vtkCellData
vtkCellData()
Definition:
vtkCellData.h:46
vtkDataSetAttributes.h
Generated by
1.8.20