VTK
9.4.20250309
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
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
19
#ifndef vtkHierarchicalPolyDataMapper_h
20
#define vtkHierarchicalPolyDataMapper_h
21
22
#include "
vtkCompositePolyDataMapper.h
"
23
#include "vtkRenderingCoreModule.h"
// For export macro
24
25
VTK_ABI_NAMESPACE_BEGIN
26
class
VTKRENDERINGCORE_EXPORT
vtkHierarchicalPolyDataMapper
:
public
vtkCompositePolyDataMapper
27
{
28
29
public
:
30
static
vtkHierarchicalPolyDataMapper
*
New
();
31
vtkTypeMacro(
vtkHierarchicalPolyDataMapper
,
vtkCompositePolyDataMapper
);
32
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
33
34
protected
:
35
vtkHierarchicalPolyDataMapper
();
36
~vtkHierarchicalPolyDataMapper
()
override
;
37
38
private
:
39
vtkHierarchicalPolyDataMapper
(
const
vtkHierarchicalPolyDataMapper
&) =
delete
;
40
void
operator=(
const
vtkHierarchicalPolyDataMapper
&) =
delete
;
41
};
42
43
VTK_ABI_NAMESPACE_END
44
#endif
vtkCompositePolyDataMapper
a class that renders hierarchical polygonal data
Definition
vtkCompositePolyDataMapper.h:68
vtkHierarchicalPolyDataMapper
a class that renders hierarchical polygonal data
Definition
vtkHierarchicalPolyDataMapper.h:27
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
Generated on Sun Mar 9 2025 09:37:37 for VTK by
1.9.7