VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Rendering
Volume
vtkUnstructuredGridVolumeRayCastFunction.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkUnstructuredGridVolumeRayCastFunction.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
=========================================================================*/
15
30
#ifndef __vtkUnstructuredGridVolumeRayCastFunction_h
31
#define __vtkUnstructuredGridVolumeRayCastFunction_h
32
33
#include "vtkRenderingVolumeModule.h"
// For export macro
34
#include "
vtkObject.h
"
35
36
class
vtkRenderer
;
37
class
vtkVolume
;
38
class
vtkUnstructuredGridVolumeRayCastIterator
;
39
40
class
VTKRENDERINGVOLUME_EXPORT
vtkUnstructuredGridVolumeRayCastFunction
:
public
vtkObject
41
{
42
public
:
43
vtkTypeMacro(
vtkUnstructuredGridVolumeRayCastFunction
,
vtkObject
);
44
virtual
void
PrintSelf
(ostream& os,
vtkIndent
indent);
45
46
//BTX
47
virtual
void
Initialize(
vtkRenderer
*ren,
vtkVolume
*vol )=0;
48
49
virtual
void
Finalize( )=0;
50
52
55
virtual
vtkUnstructuredGridVolumeRayCastIterator
*NewIterator() = 0;
56
//ETX
58
59
60
protected
:
61
vtkUnstructuredGridVolumeRayCastFunction
() {};
62
~vtkUnstructuredGridVolumeRayCastFunction
() {};
63
64
private
:
65
vtkUnstructuredGridVolumeRayCastFunction
(
const
vtkUnstructuredGridVolumeRayCastFunction
&);
// Not implemented.
66
void
operator=(
const
vtkUnstructuredGridVolumeRayCastFunction
&);
// Not implemented.
67
};
68
69
#endif
70
71
72
73
74
75
76
Generated on Thu May 24 2012 22:22:37 for VTK by
1.8.1