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
35 #include "vtkDataSetAttributes.h"
36 
37 VTK_ABI_NAMESPACE_BEGIN
38 class VTKCOMMONDATAMODEL_EXPORT vtkPointData : public vtkDataSetAttributes
39 {
40 public:
41  static vtkPointData* New();
43 
45  void PrintSelf(ostream& os, vtkIndent indent) override;
46 
47 protected:
49  ~vtkPointData() override = default;
50 
51 private:
52  vtkPointData(const vtkPointData&) = delete;
53  void operator=(const vtkPointData&) = delete;
54 };
55 
56 VTK_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
Definition: vtkPointData.h:39
static vtkPointData * New()
static vtkPointData * ExtendedNew()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkPointData() override=default