VTK  9.6.20260422
vtkHierarchicalPolyDataMapper.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
12
13#ifndef vtkHierarchicalPolyDataMapper_h
14#define vtkHierarchicalPolyDataMapper_h
15
17#include "vtkDeprecation.h" // for VTK_DEPRECATED_IN_9_7_0
18#include "vtkRenderingCoreModule.h" // For export macro
19
20VTK_ABI_NAMESPACE_BEGIN
22 "Use vtkCompositePolyDataMapper") VTKRENDERINGCORE_EXPORT vtkHierarchicalPolyDataMapper
24{
25
26public:
29 void PrintSelf(ostream& os, vtkIndent indent) override;
30
31protected:
34
35private:
37 void operator=(const vtkHierarchicalPolyDataMapper&) = delete;
38};
39
40VTK_ABI_NAMESPACE_END
41#endif
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkHierarchicalPolyDataMapper * New()
~vtkHierarchicalPolyDataMapper() override
a simple class to control print indentation
Definition vtkIndent.h:108
#define VTK_DEPRECATED_IN_9_7_0(reason)