40 #include <cuda_runtime.h>
Structure to handle buffer addresses.
short2 * tsdf_memory_start
Address of the first element of the TSDF volume in memory.
short2 * tsdf_memory_end
Address of the last element of the TSDF volume in memory.
tsdf_buffer()
Default constructor.
short2 * tsdf_rolling_buff_origin
Memory address of the origin of the rolling buffer.
int3 voxels_size
Number of voxels in the volume, per axis.
float3 volume_size
Size of the volume, in meters.
int3 origin_GRID
Internal cube origin for rollign buffer.
float3 origin_metric
Current metric origin of the cube, in world coordinates.
float3 origin_GRID_global
Cube origin in world coordinates.