VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
VolumeRendering
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 "
vtkFixedPointVolumeRayCastHelper.h
"
31
32
class
vtkFixedPointVolumeRayCastMapper
;
33
class
vtkVolume
;
34
35
class
VTK_VOLUMERENDERING_EXPORT
vtkFixedPointVolumeRayCastMIPHelper
:
public
vtkFixedPointVolumeRayCastHelper
36
{
37
public
:
38
static
vtkFixedPointVolumeRayCastMIPHelper
*
New
();
39
vtkTypeMacro(
vtkFixedPointVolumeRayCastMIPHelper
,
vtkFixedPointVolumeRayCastHelper
);
40
void
PrintSelf
( ostream& os,
vtkIndent
indent );
41
42
virtual
void
GenerateImage
(
int
threadID,
43
int
threadCount,
44
vtkVolume
*vol,
45
vtkFixedPointVolumeRayCastMapper
*mapper);
46
47
protected
:
48
vtkFixedPointVolumeRayCastMIPHelper
();
49
~
vtkFixedPointVolumeRayCastMIPHelper
();
50
51
private
:
52
vtkFixedPointVolumeRayCastMIPHelper
(
const
vtkFixedPointVolumeRayCastMIPHelper
&);
// Not implemented.
53
void
operator=(
const
vtkFixedPointVolumeRayCastMIPHelper
&);
// Not implemented.
54
};
55
56
#endif
57
58
59
Generated on Wed May 30 2012 13:22:25 for VTK by
1.8.1