VTK  9.7.20260724
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
19VTK_DEPRECATED_IN_9_8_0("Use vtkImageDataGeometryFilter instead")
20class VTKFILTERSGEOMETRY_EXPORT vtkStructuredPointsGeometryFilter
22{
23public:
25 void PrintSelf(ostream& os, vtkIndent indent) override;
26
31
32protected:
35
36private:
38 void operator=(const vtkStructuredPointsGeometryFilter&) = delete;
39};
40
41VTK_ABI_NAMESPACE_END
42#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)