VTK  9.3.20240327
vtkStructuredPoints.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
69 #ifndef vtkStructuredPoints_h
70 #define vtkStructuredPoints_h
71 
72 #include "vtkCommonDataModelModule.h" // For export macro
73 #include "vtkImageData.h"
74 
75 VTK_ABI_NAMESPACE_BEGIN
76 class VTKCOMMONDATAMODEL_EXPORT vtkStructuredPoints : public vtkImageData
77 {
78 public:
81  void PrintSelf(ostream& os, vtkIndent indent) override;
82 
86  int GetDataObjectType() override { return VTK_STRUCTURED_POINTS; }
87 
88 protected:
90  ~vtkStructuredPoints() override = default;
91 
92 private:
94  void operator=(const vtkStructuredPoints&) = delete;
95 };
96 
97 VTK_ABI_NAMESPACE_END
98 #endif
topologically and geometrically regular array of data
Definition: vtkImageData.h:155
a simple class to control print indentation
Definition: vtkIndent.h:108
A subclass of ImageData.
~vtkStructuredPoints() override=default
int GetDataObjectType() override
To simplify filter superclasses,.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkStructuredPoints * New()
#define VTK_STRUCTURED_POINTS
Definition: vtkType.h:66