VTK  9.3.20240418
vtkStructuredPointsGeometryFilter.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
11 #ifndef vtkStructuredPointsGeometryFilter_h
12 #define vtkStructuredPointsGeometryFilter_h
13 
14 #include "vtkFiltersGeometryModule.h" // For export macro
16 
17 VTK_ABI_NAMESPACE_BEGIN
18 class VTKFILTERSGEOMETRY_EXPORT vtkStructuredPointsGeometryFilter
20 {
21 public:
23  void PrintSelf(ostream& os, vtkIndent indent) override;
24 
29 
30 protected:
32  ~vtkStructuredPointsGeometryFilter() override = default;
33 
34 private:
36  void operator=(const vtkStructuredPointsGeometryFilter&) = delete;
37 };
38 
39 VTK_ABI_NAMESPACE_END
40 #endif
extract geometry for structured points
a simple class to control print indentation
Definition: vtkIndent.h:108
static vtkStructuredPointsGeometryFilter * New()
Construct with initial extent of all the data.
~vtkStructuredPointsGeometryFilter() override=default
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.