VTK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
home
demarle
Source
VTK
release
8.2
build
Utilities
Doxygen
dox
Rendering
Core
vtkHierarchicalPolyDataMapper.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkHierarchicalPolyDataMapper.h
5
6
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7
All rights reserved.
8
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10
This software is distributed WITHOUT ANY WARRANTY; without even
11
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12
PURPOSE. See the above copyright notice for more information.
13
14
=========================================================================*/
31
#ifndef vtkHierarchicalPolyDataMapper_h
32
#define vtkHierarchicalPolyDataMapper_h
33
34
#include "vtkRenderingCoreModule.h"
// For export macro
35
#include "
vtkCompositePolyDataMapper.h
"
36
37
class
VTKRENDERINGCORE_EXPORT
vtkHierarchicalPolyDataMapper
:
public
vtkCompositePolyDataMapper
38
{
39
40
public
:
41
static
vtkHierarchicalPolyDataMapper
*
New
();
42
vtkTypeMacro(
vtkHierarchicalPolyDataMapper
,
vtkCompositePolyDataMapper
);
43
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
44
45
protected
:
46
vtkHierarchicalPolyDataMapper
();
47
~
vtkHierarchicalPolyDataMapper
()
override
;
48
49
private
:
50
vtkHierarchicalPolyDataMapper
(
const
vtkHierarchicalPolyDataMapper
&) =
delete
;
51
void
operator=(
const
vtkHierarchicalPolyDataMapper
&) =
delete
;
52
};
53
54
#endif
vtkCompositePolyDataMapper.h
vtkCompositePolyDataMapper::New
static vtkCompositePolyDataMapper * New()
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
vtkCompositePolyDataMapper::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkCompositePolyDataMapper
a class that renders hierarchical polygonal data
Definition:
vtkCompositePolyDataMapper.h:43
vtkHierarchicalPolyDataMapper
a class that renders hierarchical polygonal data
Definition:
vtkHierarchicalPolyDataMapper.h:37
Generated by
1.8.11