Loading [MathJax]/extensions/tex2jax.js
VTK  9.4.20250403
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
17VTK_ABI_NAMESPACE_BEGIN
18class VTKFILTERSGEOMETRY_EXPORT vtkStructuredPointsGeometryFilter
20{
21public:
23 void PrintSelf(ostream& os, vtkIndent indent) override;
24
29
30protected:
33
34private:
36 void operator=(const vtkStructuredPointsGeometryFilter&) = delete;
37};
38
39VTK_ABI_NAMESPACE_END
40#endif
extract geometry for structured points
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.