This file contains function used to access to transfer function. More...
Go to the source code of this file.
Functions | |
vec4 | VVizTransferFunction (in VVIZ_DATATYPE voxelValue, in int Id) |
vec4 | VVizTransferFunction (in VVIZ_DATATYPE frontVoxelValue, in VVIZ_DATATYPE backVoxelValue, in int Id) |
This file contains function used to access to transfer function.
Definition in file vvizTransferFunction_frag.h.
vec4 VVizTransferFunction | ( | in VVIZ_DATATYPE | frontVoxelValue, | |
in VVIZ_DATATYPE | backVoxelValue, | |||
in int | Id | |||
) |
Pre-integrated transfer function.
frontVoxelValue | Input voxel data value of the front slice. | |
backVoxelValue | Input voxel data value of the back slice. | |
Id | of the transfer function to use. |
vec4 VVizTransferFunction | ( | in VVIZ_DATATYPE | voxelValue, | |
in int | Id | |||
) |
1D transfer function.
voxelValue | Input voxel data value | |
Id | of the transfer function to use. |