VTK  9.3.20240423
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
19#ifndef vtkHierarchicalPolyDataMapper_h
20#define vtkHierarchicalPolyDataMapper_h
21
23#include "vtkRenderingCoreModule.h" // For export macro
24
25VTK_ABI_NAMESPACE_BEGIN
26class VTKRENDERINGCORE_EXPORT vtkHierarchicalPolyDataMapper : public vtkCompositePolyDataMapper
27{
28
29public:
32 void PrintSelf(ostream& os, vtkIndent indent) override;
33
34protected:
37
38private:
40 void operator=(const vtkHierarchicalPolyDataMapper&) = delete;
41};
42
43VTK_ABI_NAMESPACE_END
44#endif
a class that renders hierarchical polygonal data
a class that renders hierarchical polygonal data
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