VTK  9.3.20240329
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 
25 VTK_ABI_NAMESPACE_BEGIN
26 class VTKRENDERINGCORE_EXPORT vtkHierarchicalPolyDataMapper : public vtkCompositePolyDataMapper
27 {
28 
29 public:
32  void PrintSelf(ostream& os, vtkIndent indent) override;
33 
34 protected:
37 
38 private:
40  void operator=(const vtkHierarchicalPolyDataMapper&) = delete;
41 };
42 
43 VTK_ABI_NAMESPACE_END
44 #endif
a class that renders hierarchical polygonal data
a class that renders hierarchical polygonal data
static vtkHierarchicalPolyDataMapper * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkHierarchicalPolyDataMapper() override
a simple class to control print indentation
Definition: vtkIndent.h:108