VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Rendering
Volume
vtkFixedPointVolumeRayCastMIPHelper.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkFixedPointVolumeRayCastMIPHelper.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
=========================================================================*/
27
#ifndef __vtkFixedPointVolumeRayCastMIPHelper_h
28
#define __vtkFixedPointVolumeRayCastMIPHelper_h
29
30
#include "vtkRenderingVolumeModule.h"
// For export macro
31
#include "
vtkFixedPointVolumeRayCastHelper.h
"
32
33
class
vtkFixedPointVolumeRayCastMapper
;
34
class
vtkVolume
;
35
36
class
VTKRENDERINGVOLUME_EXPORT
vtkFixedPointVolumeRayCastMIPHelper
:
public
vtkFixedPointVolumeRayCastHelper
37
{
38
public
:
39
static
vtkFixedPointVolumeRayCastMIPHelper
*
New
();
40
vtkTypeMacro(
vtkFixedPointVolumeRayCastMIPHelper
,
vtkFixedPointVolumeRayCastHelper
);
41
void
PrintSelf
( ostream& os,
vtkIndent
indent );
42
43
virtual
void
GenerateImage
(
int
threadID,
44
int
threadCount,
45
vtkVolume
*vol,
46
vtkFixedPointVolumeRayCastMapper
*mapper);
47
48
protected
:
49
vtkFixedPointVolumeRayCastMIPHelper
();
50
~
vtkFixedPointVolumeRayCastMIPHelper
();
51
52
private
:
53
vtkFixedPointVolumeRayCastMIPHelper
(
const
vtkFixedPointVolumeRayCastMIPHelper
&);
// Not implemented.
54
void
operator=(
const
vtkFixedPointVolumeRayCastMIPHelper
&);
// Not implemented.
55
};
56
57
#endif
58
59
60
Generated on Thu May 24 2012 22:22:37 for VTK by
1.8.1