VTK  9.3.0
vtkPointData.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
22#ifndef vtkPointData_h
23#define vtkPointData_h
24
25#include "vtkCommonDataModelModule.h" // For export macro
27
28VTK_ABI_NAMESPACE_BEGIN
29class VTKCOMMONDATAMODEL_EXPORT vtkPointData : public vtkDataSetAttributes
30{
31public:
32 static vtkPointData* New();
34
36 void PrintSelf(ostream& os, vtkIndent indent) override;
37
38protected:
40 ~vtkPointData() override = default;
41
42private:
43 vtkPointData(const vtkPointData&) = delete;
44 void operator=(const vtkPointData&) = delete;
45};
46
47VTK_ABI_NAMESPACE_END
48#endif
represent and manipulate attribute data in a dataset
a simple class to control print indentation
Definition vtkIndent.h:29
represent and manipulate point attribute data
static vtkPointData * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkPointData * ExtendedNew()
~vtkPointData() override=default