VTK
dox
Rendering
SceneGraph
vtkMapperNode.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkMapperNode.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
=========================================================================*/
22
#ifndef vtkMapperNode_h
23
#define vtkMapperNode_h
24
25
#include "vtkRenderingSceneGraphModule.h"
// For export macro
26
#include "
vtkViewNode.h
"
27
28
#include <vector>
//for results
29
30
class
vtkMapper
;
31
class
vtkPolyData
;
32
33
class
VTKRENDERINGSCENEGRAPH_EXPORT
vtkMapperNode
:
34
public
vtkViewNode
35
{
36
public
:
37
static
vtkMapperNode
*
New
();
38
vtkTypeMacro(
vtkMapperNode
,
vtkViewNode
);
39
void
PrintSelf
(ostream& os,
vtkIndent
indent);
40
41
protected
:
42
vtkMapperNode
();
43
~vtkMapperNode
();
44
45
private
:
46
vtkMapperNode
(
const
vtkMapperNode
&) VTK_DELETE_FUNCTION;
47
void
operator=(
const
vtkMapperNode
&) VTK_DELETE_FUNCTION;
48
};
49
50
#endif
vtkMapperNode
vtkViewNode specialized for vtkMappers
Definition:
vtkMapperNode.h:35
vtkViewNode.h
vtkMapperNode::New
static vtkMapperNode * New()
vtkMapper
abstract class specifies interface to map data to graphics primitives
Definition:
vtkMapper.h:92
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:40
vtkMapperNode::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkViewNode
a node within a VTK scene graph
Definition:
vtkViewNode.h:42
vtkMapperNode::vtkMapperNode
vtkMapperNode()
vtkPolyData
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition:
vtkPolyData.h:86
vtkMapperNode::~vtkMapperNode
~vtkMapperNode()
Generated by
1.8.20