warp.volume_lookup_i#
- warp.volume_lookup_i( ) int#
Kernel
Python
Return the
warp.int32value of the voxel at integer index-space coordinatesi,j,k, without interpolation.idmust identify anint32volume. This function is not differentiable. In kernels,volume_lookup_i()is equivalent tovolume_lookup()withdtype=warp.int32.See
volume_lookup()for shared behavior and a usage example.- Returns:
The resolved
warp.int32voxel value.