VTK
9.6.20260422
Main Page
Related Pages
Topics
Namespaces
Classes
Files
File List
File Members
Rendering
Core
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
16
#include "
vtkCompositePolyDataMapper.h
"
17
#include "
vtkDeprecation.h
"
// for VTK_DEPRECATED_IN_9_7_0
18
#include "vtkRenderingCoreModule.h"
// For export macro
19
20
VTK_ABI_NAMESPACE_BEGIN
21
class
VTK_DEPRECATED_IN_9_7_0
(
22
"Use vtkCompositePolyDataMapper"
) VTKRENDERINGCORE_EXPORT
vtkHierarchicalPolyDataMapper
23
:
public
vtkCompositePolyDataMapper
24
{
25
26
public
:
27
static
vtkHierarchicalPolyDataMapper
*
New
();
28
vtkTypeMacro(
vtkHierarchicalPolyDataMapper
,
vtkCompositePolyDataMapper
);
29
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
30
31
protected
:
32
vtkHierarchicalPolyDataMapper
();
33
~vtkHierarchicalPolyDataMapper
()
override
;
34
35
private
:
36
vtkHierarchicalPolyDataMapper
(
const
vtkHierarchicalPolyDataMapper
&) =
delete
;
37
void
operator=(
const
vtkHierarchicalPolyDataMapper
&) =
delete
;
38
};
39
40
VTK_ABI_NAMESPACE_END
41
#endif
vtkCompositePolyDataMapper::vtkCompositePolyDataMapper
vtkCompositePolyDataMapper()
vtkHierarchicalPolyDataMapper::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkHierarchicalPolyDataMapper::New
static vtkHierarchicalPolyDataMapper * New()
vtkHierarchicalPolyDataMapper::~vtkHierarchicalPolyDataMapper
~vtkHierarchicalPolyDataMapper() override
vtkHierarchicalPolyDataMapper::vtkHierarchicalPolyDataMapper
vtkHierarchicalPolyDataMapper()
vtkIndent
a simple class to control print indentation
Definition
vtkIndent.h:108
vtkCompositePolyDataMapper.h
vtkDeprecation.h
VTK_DEPRECATED_IN_9_7_0
#define VTK_DEPRECATED_IN_9_7_0(reason)
Definition
vtkDeprecation.h:101
Generated on Wed Apr 22 2026 08:41:17 for VTK by
1.13.2