Loading [MathJax]/jax/output/HTML-CSS/config.js
VTK  9.4.20250405
vtkHierarchicalDataSetGeometryFilter.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
13#ifndef vtkHierarchicalDataSetGeometryFilter_h
14#define vtkHierarchicalDataSetGeometryFilter_h
15
17#include "vtkDeprecation.h" // For VTK_DEPRECATED_IN_9_5_0
18#include "vtkFiltersGeometryModule.h" // For export macro
19
20VTK_ABI_NAMESPACE_BEGIN
21class vtkPolyData;
22
23class VTK_DEPRECATED_IN_9_5_0("Please use `vtkCompositeDataGeometryFilter` instead.")
24 VTKFILTERSGEOMETRY_EXPORT vtkHierarchicalDataSetGeometryFilter
26{
27public:
30 void PrintSelf(ostream& os, vtkIndent indent) override;
31
32protected:
35
36private:
38 void operator=(const vtkHierarchicalDataSetGeometryFilter&) = delete;
39};
40
41VTK_ABI_NAMESPACE_END
42#endif
extract geometry from multi-group data
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkHierarchicalDataSetGeometryFilter * New()
a simple class to control print indentation
Definition vtkIndent.h:108
concrete dataset represents vertices, lines, polygons, and triangle strips
#define VTK_DEPRECATED_IN_9_5_0(reason)