VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
VolumeRendering
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 "
vtkUnstructuredGridVolumeMapper.h
"
38
39
class
vtkFloatArray
;
40
class
vtkPoints
;
41
class
vtkUnsignedCharArray
;
42
class
vtkVisibilitySort
;
43
class
vtkVolumeProperty
;
44
class
vtkRenderWindow
;
45
46
class
VTK_VOLUMERENDERING_EXPORT
vtkProjectedAAHexahedraMapper
:
public
vtkUnstructuredGridVolumeMapper
47
{
48
public
:
49
vtkTypeMacro(
vtkProjectedAAHexahedraMapper
,
50
vtkUnstructuredGridVolumeMapper
);
51
static
vtkProjectedAAHexahedraMapper
*
New
();
52
virtual
void
PrintSelf
(ostream &os,
vtkIndent
indent);
53
55
57
virtual
void
SetVisibilitySort(
vtkVisibilitySort
*sort);
58
vtkGetObjectMacro(VisibilitySort,
vtkVisibilitySort
);
60
63
virtual
bool
IsRenderSupported(
vtkRenderWindow
*w)=0;
64
65
protected
:
66
vtkProjectedAAHexahedraMapper
();
67
~
vtkProjectedAAHexahedraMapper
();
68
71
virtual
void
ReportReferences
(
vtkGarbageCollector
*collector);
72
73
vtkVisibilitySort
*
VisibilitySort
;
74
75
private
:
76
vtkProjectedAAHexahedraMapper
(
const
vtkProjectedAAHexahedraMapper
&);
// Not Implemented.
77
void
operator=(
const
vtkProjectedAAHexahedraMapper
&);
// Not Implemented.
78
};
79
80
#endif
Generated on Wed May 30 2012 13:22:25 for VTK by
1.8.1