VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Rendering
Volume
vtkProjectedAAHexahedraMapper.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkProjectedAAHexahedraMapper.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
=========================================================================*/
34
#ifndef __vtkProjectedAAHexahedraMapper_h
35
#define __vtkProjectedAAHexahedraMapper_h
36
37
#include "vtkRenderingVolumeModule.h"
// For export macro
38
#include "
vtkUnstructuredGridVolumeMapper.h
"
39
40
class
vtkFloatArray
;
41
class
vtkPoints
;
42
class
vtkUnsignedCharArray
;
43
class
vtkVisibilitySort
;
44
class
vtkVolumeProperty
;
45
class
vtkRenderWindow
;
46
47
class
VTKRENDERINGVOLUME_EXPORT
vtkProjectedAAHexahedraMapper
:
public
vtkUnstructuredGridVolumeMapper
48
{
49
public
:
50
vtkTypeMacro(
vtkProjectedAAHexahedraMapper
,
51
vtkUnstructuredGridVolumeMapper
);
52
static
vtkProjectedAAHexahedraMapper
*
New
();
53
virtual
void
PrintSelf
(ostream &os,
vtkIndent
indent);
54
56
58
virtual
void
SetVisibilitySort(
vtkVisibilitySort
*sort);
59
vtkGetObjectMacro(VisibilitySort,
vtkVisibilitySort
);
61
64
virtual
bool
IsRenderSupported(
vtkRenderWindow
*w)=0;
65
66
protected
:
67
vtkProjectedAAHexahedraMapper
();
68
~
vtkProjectedAAHexahedraMapper
();
69
72
virtual
void
ReportReferences
(
vtkGarbageCollector
*collector);
73
74
vtkVisibilitySort
*
VisibilitySort
;
75
76
private
:
77
vtkProjectedAAHexahedraMapper
(
const
vtkProjectedAAHexahedraMapper
&);
// Not Implemented.
78
void
operator=(
const
vtkProjectedAAHexahedraMapper
&);
// Not Implemented.
79
};
80
81
#endif
Generated on Thu May 24 2012 22:22:37 for VTK by
1.8.1