VTK
9.5.20251124
Common
DataModel
vtkCellData.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2
// SPDX-License-Identifier: BSD-3-Clause
131
132
#ifndef vtkCellData_h
133
#define vtkCellData_h
134
135
#include "vtkCommonDataModelModule.h"
// For export macro
136
#include "
vtkDataSetAttributes.h
"
137
#include "
vtkWrappingHints.h
"
// For VTK_MARSHALAUTO
138
139
VTK_ABI_NAMESPACE_BEGIN
140
class
VTKCOMMONDATAMODEL_EXPORT
VTK_MARSHALAUTO
vtkCellData
:
public
vtkDataSetAttributes
141
{
142
public
:
143
static
vtkCellData
*
New
();
144
static
vtkCellData
*
ExtendedNew
();
145
146
vtkTypeMacro(
vtkCellData
,
vtkDataSetAttributes
);
147
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
148
149
protected
:
150
vtkCellData
();
// make sure constructor and destructor are protected
151
~vtkCellData
()
override
=
default
;
152
153
private
:
154
vtkCellData
(
const
vtkCellData
&) =
delete
;
155
void
operator=(
const
vtkCellData
&) =
delete
;
156
};
157
158
VTK_ABI_NAMESPACE_END
159
#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:108
vtkDataSetAttributes.h
vtkWrappingHints.h
VTK_MARSHALAUTO
#define VTK_MARSHALAUTO
Definition
vtkWrappingHints.h:60
Generated on Mon Nov 24 2025 08:32:04 for VTK by
1.13.2