VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
VolumeRendering
vtkMesaVolumeTextureMapper2D.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkMesaVolumeTextureMapper2D.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 __vtkMesaVolumeTextureMapper2D_h
26
#define __vtkMesaVolumeTextureMapper2D_h
27
28
#include "
vtkVolumeTextureMapper2D.h
"
29
30
class
VTK_VOLUMERENDERING_EXPORT
vtkMesaVolumeTextureMapper2D
:
public
vtkVolumeTextureMapper2D
31
{
32
public
:
33
vtkTypeMacro(
vtkMesaVolumeTextureMapper2D
,
vtkVolumeTextureMapper2D
);
34
void
PrintSelf
( ostream& os,
vtkIndent
indent );
35
36
static
vtkMesaVolumeTextureMapper2D
*
New
();
37
38
//BTX
39
42
virtual
void
Render
(
vtkRenderer
*ren,
vtkVolume
*vol);
43
44
void
RenderQuads
(
int
count,
float
*v,
float
*t,
45
unsigned
char
*texture,
int
size
[2],
int
reverseFlag);
46
47
//ETX
48
49
protected
:
50
vtkMesaVolumeTextureMapper2D
();
51
~
vtkMesaVolumeTextureMapper2D
();
52
53
private
:
54
vtkMesaVolumeTextureMapper2D
(
const
vtkMesaVolumeTextureMapper2D
&);
// Not implemented.
55
void
operator=(
const
vtkMesaVolumeTextureMapper2D
&);
// Not implemented.
56
};
57
58
59
#endif
60
61
Generated on Thu Mar 13 2014 08:10:38 for VTK by
1.8.1.2