VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Rendering
Volume
vtkUnstructuredGridVolumeRayIntegrator.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkUnstructuredGridVolumeRayIntegrator.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
33
#ifndef __vtkUnstructuredGridVolumeRayIntegrator_h
34
#define __vtkUnstructuredGridVolumeRayIntegrator_h
35
36
#include "vtkRenderingVolumeModule.h"
// For export macro
37
#include "
vtkObject.h
"
38
39
class
vtkVolume
;
40
class
vtkDoubleArray
;
41
class
vtkDataArray
;
42
43
class
VTKRENDERINGVOLUME_EXPORT
vtkUnstructuredGridVolumeRayIntegrator
:
public
vtkObject
44
{
45
public
:
46
vtkTypeMacro(
vtkUnstructuredGridVolumeRayIntegrator
,
vtkObject
);
47
virtual
void
PrintSelf
(ostream& os,
vtkIndent
indent);
48
50
51
virtual
void
Initialize(
vtkVolume
*volume,
52
vtkDataArray
* scalars) = 0;
54
56
63
virtual
void
Integrate(
vtkDoubleArray
*intersectionLengths,
64
vtkDataArray
*nearIntersections,
65
vtkDataArray
*farIntersections,
66
float
color
[4]) = 0;
68
69
protected
:
70
vtkUnstructuredGridVolumeRayIntegrator
();
71
~
vtkUnstructuredGridVolumeRayIntegrator
();
72
73
private
:
74
vtkUnstructuredGridVolumeRayIntegrator
(
const
vtkUnstructuredGridVolumeRayIntegrator
&);
// Not implemented.
75
void
operator=(
const
vtkUnstructuredGridVolumeRayIntegrator
&);
// Not implemented.
76
};
77
78
#endif
79
Generated on Thu May 24 2012 22:22:37 for VTK by
1.8.1