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