VTK  9.7.20260906
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
10
11#ifndef vtkStructuredPointsGeometryFilter_h
12#define vtkStructuredPointsGeometryFilter_h
13
14#include "vtkDeprecation.h" // For VTK_DEPRECATED_IN_9_8_0
15#include "vtkFiltersGeometryModule.h" // For export macro
17
18VTK_ABI_NAMESPACE_BEGIN
19class VTK_DEPRECATED_IN_9_8_0("Use vtkImageDataGeometryFilter instead")
20 VTKFILTERSGEOMETRY_EXPORT vtkStructuredPointsGeometryFilter : public vtkImageDataGeometryFilter
21{
22public:
24 void PrintSelf(ostream& os, vtkIndent indent) override;
25
30
31protected:
34
35private:
37 void operator=(const vtkStructuredPointsGeometryFilter&) = delete;
38};
39
40VTK_ABI_NAMESPACE_END
41#endif
a simple class to control print indentation
Definition vtkIndent.h:108
~vtkStructuredPointsGeometryFilter() override=default
static vtkStructuredPointsGeometryFilter * New()
Construct with initial extent of all the data.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
#define VTK_DEPRECATED_IN_9_8_0(reason)