VTK
dox
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
=========================================================================*/
32
#ifndef vtkCellData_h
33
#define vtkCellData_h
34
35
#include "vtkCommonDataModelModule.h"
// For export macro
36
#include "
vtkDataSetAttributes.h
"
37
38
class
VTKCOMMONDATAMODEL_EXPORT
vtkCellData
:
public
vtkDataSetAttributes
39
{
40
public
:
41
static
vtkCellData
*
New
();
42
43
vtkTypeMacro(
vtkCellData
,
vtkDataSetAttributes
);
44
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
45
46
protected
:
47
vtkCellData
() {}
//make sure constructor and destructor are protected
48
~vtkCellData
()
override
{}
49
50
private
:
51
vtkCellData
(
const
vtkCellData
&) =
delete
;
52
void
operator=(
const
vtkCellData
&) =
delete
;
53
};
54
55
#endif
56
57
58
vtkDataSetAttributes
represent and manipulate attribute data in a dataset
Definition:
vtkDataSetAttributes.h:59
vtkCellData::~vtkCellData
~vtkCellData() override
Definition:
vtkCellData.h:48
vtkCellData
represent and manipulate cell attribute data
Definition:
vtkCellData.h:38
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
vtkDataSetAttributes::New
static vtkDataSetAttributes * New()
Construct object with copying turned on for all data.
vtkDataSetAttributes::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkCellData::vtkCellData
vtkCellData()
Definition:
vtkCellData.h:47
vtkDataSetAttributes.h
Generated by
1.8.16