VTK
9.0.3
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
=========================================================================*/
26
#ifndef vtkCellData_h
27
#define vtkCellData_h
28
29
#include "vtkCommonDataModelModule.h"
// For export macro
30
#include "
vtkDataSetAttributes.h
"
31
32
class
VTKCOMMONDATAMODEL_EXPORT
vtkCellData
:
public
vtkDataSetAttributes
33
{
34
public
:
35
static
vtkCellData
*
New
();
36
37
vtkTypeMacro(
vtkCellData
,
vtkDataSetAttributes
);
38
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
39
40
protected
:
41
vtkCellData
() {}
// make sure constructor and destructor are protected
42
~vtkCellData
()
override
{}
43
44
private
:
45
vtkCellData
(
const
vtkCellData
&) =
delete
;
46
void
operator=(
const
vtkCellData
&) =
delete
;
47
};
48
49
#endif
vtkCellData
represent and manipulate cell attribute data
Definition:
vtkCellData.h:33
vtkCellData::New
static vtkCellData * New()
vtkCellData::~vtkCellData
~vtkCellData() override
Definition:
vtkCellData.h:42
vtkCellData::vtkCellData
vtkCellData()
Definition:
vtkCellData.h:41
vtkCellData::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkDataSetAttributes
represent and manipulate attribute data in a dataset
Definition:
vtkDataSetAttributes.h:54
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:34
vtkDataSetAttributes.h
Generated on Sat Nov 6 2021 08:35:25 for VTK by
1.9.1