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
20 #ifndef vtkStructuredPoints_h
21 #define vtkStructuredPoints_h
22 
23 #include "vtkCommonDataModelModule.h" // For export macro
24 #include "vtkImageData.h"
25 
26 VTK_ABI_NAMESPACE_BEGIN
27 class VTKCOMMONDATAMODEL_EXPORT vtkStructuredPoints : public vtkImageData
28 {
29 public:
32  void PrintSelf(ostream& os, vtkIndent indent) override;
33 
37  int GetDataObjectType() override { return VTK_STRUCTURED_POINTS; }
38 
39 protected:
41  ~vtkStructuredPoints() override = default;
42 
43 private:
45  void operator=(const vtkStructuredPoints&) = delete;
46 };
47 
48 VTK_ABI_NAMESPACE_END
49 #endif
topologically and geometrically regular array of data
Definition: vtkImageData.h:43
a simple class to control print indentation
Definition: vtkIndent.h:29
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