VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
VolumeRendering
vtkFixedPointVolumeRayCastCompositeHelper.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkFixedPointVolumeRayCastCompositeHelper.h
5
Language: C++
6
7
Copyright (c) 1993-2002 Ken Martin, Will Schroeder, Bill Lorensen
8
All rights reserved.
9
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
10
11
This software is distributed WITHOUT ANY WARRANTY; without even
12
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
13
PURPOSE. See the above copyright notice for more information.
14
15
=========================================================================*/
16
32
#ifndef __vtkFixedPointVolumeRayCastCompositeHelper_h
33
#define __vtkFixedPointVolumeRayCastCompositeHelper_h
34
35
#include "
vtkFixedPointVolumeRayCastHelper.h
"
36
37
class
vtkFixedPointVolumeRayCastMapper
;
38
class
vtkVolume
;
39
40
class
VTK_VOLUMERENDERING_EXPORT
vtkFixedPointVolumeRayCastCompositeHelper
:
public
vtkFixedPointVolumeRayCastHelper
41
{
42
public
:
43
static
vtkFixedPointVolumeRayCastCompositeHelper
*
New
();
44
vtkTypeMacro(
vtkFixedPointVolumeRayCastCompositeHelper
,
vtkFixedPointVolumeRayCastHelper
);
45
void
PrintSelf
( ostream& os,
vtkIndent
indent );
46
47
virtual
void
GenerateImage
(
int
threadID,
48
int
threadCount,
49
vtkVolume
*vol,
50
vtkFixedPointVolumeRayCastMapper
*mapper);
51
52
protected
:
53
vtkFixedPointVolumeRayCastCompositeHelper
();
54
~
vtkFixedPointVolumeRayCastCompositeHelper
();
55
56
private
:
57
vtkFixedPointVolumeRayCastCompositeHelper
(
const
vtkFixedPointVolumeRayCastCompositeHelper
&);
// Not implemented.
58
void
operator=(
const
vtkFixedPointVolumeRayCastCompositeHelper
&);
// Not implemented.
59
};
60
61
#endif
62
63
Generated on Sun Sep 9 2012 13:03:49 for VTK by
1.8.1.2