VTK  9.3.0
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
29 #ifndef vtkStructuredPoints_h
30 #define vtkStructuredPoints_h
31 
32 #include "vtkCommonDataModelModule.h" // For export macro
33 #include "vtkImageData.h"
34 
35 VTK_ABI_NAMESPACE_BEGIN
36 class VTKCOMMONDATAMODEL_EXPORT vtkStructuredPoints : public vtkImageData
37 {
38 public:
41  void PrintSelf(ostream& os, vtkIndent indent) override;
42 
46  int GetDataObjectType() override { return VTK_STRUCTURED_POINTS; }
47 
48 protected:
50  ~vtkStructuredPoints() override = default;
51 
52 private:
54  void operator=(const vtkStructuredPoints&) = delete;
55 };
56 
57 VTK_ABI_NAMESPACE_END
58 #endif
topologically and geometrically regular array of data
Definition: vtkImageData.h:52
a simple class to control print indentation
Definition: vtkIndent.h:38
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