Go to the source code of this file.
|
#define | vtkTrilinFuncMacro(v, x, y, z, a, b, c, d, e, f, g, h) |
|
◆ vtkTrilinFuncMacro
#define vtkTrilinFuncMacro |
( |
|
v, |
|
|
|
x, |
|
|
|
y, |
|
|
|
z, |
|
|
|
a, |
|
|
|
b, |
|
|
|
c, |
|
|
|
d, |
|
|
|
e, |
|
|
|
f, |
|
|
|
g, |
|
|
|
h |
|
) |
| |
Value: t0 = t00 + (
y)*(t01-t00); \
t1 = t10 + (
y)*(t11-t10); \
GLboolean GLboolean GLboolean b
GLint GLint GLint GLint GLint GLint y
GLint GLint GLint GLint GLint x
GLboolean GLboolean GLboolean GLboolean a
GLfloat GLfloat GLfloat GLfloat h
Definition at line 55 of file vtkVolumeRayCastMapper.h.
◆ VolumeRayCastMapper_CastRays()