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
31#ifndef vtkPointData_h
32#define vtkPointData_h
33
34#include "vtkCommonDataModelModule.h" // For export macro
36
37VTK_ABI_NAMESPACE_BEGIN
38class VTKCOMMONDATAMODEL_EXPORT vtkPointData : public vtkDataSetAttributes
39{
40public:
41 static vtkPointData* New();
43
45 void PrintSelf(ostream& os, vtkIndent indent) override;
46
47protected:
49 ~vtkPointData() override = default;
50
51private:
52 vtkPointData(const vtkPointData&) = delete;
53 void operator=(const vtkPointData&) = delete;
54};
55
56VTK_ABI_NAMESPACE_END
57#endif
represent and manipulate attribute data in a dataset
a simple class to control print indentation
Definition vtkIndent.h:38
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