VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Filtering
vtkMapper2D.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkMapper2D.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
=========================================================================*/
25
#ifndef __vtkMapper2D_h
26
#define __vtkMapper2D_h
27
28
#include "
vtkAbstractMapper.h
"
29
30
class
vtkViewport
;
31
class
vtkActor2D
;
32
33
class
VTK_FILTERING_EXPORT
vtkMapper2D
:
public
vtkAbstractMapper
34
{
35
public
:
36
vtkTypeMacro(
vtkMapper2D
,
vtkAbstractMapper
);
37
void
PrintSelf
(ostream& os,
vtkIndent
indent);
38
39
virtual
void
RenderOverlay
(
vtkViewport
*,
vtkActor2D
*) {};
40
virtual
void
RenderOpaqueGeometry
(
vtkViewport
*,
vtkActor2D
*) {};
41
virtual
void
RenderTranslucentPolygonalGeometry
(
vtkViewport
*,
vtkActor2D
*) {}
42
virtual
int
HasTranslucentPolygonalGeometry
() {
return
0; }
43
44
protected
:
45
vtkMapper2D
() {};
46
~vtkMapper2D
() {};
47
48
private
:
49
vtkMapper2D
(
const
vtkMapper2D
&);
// Not implemented.
50
void
operator=(
const
vtkMapper2D
&);
// Not implemented.
51
};
52
53
#endif
54
55
56
Generated on Wed May 30 2012 13:21:55 for VTK by
1.8.1