small_gicp
Public Attributes | List of all members
small_gicp::RadixSortBuffers< T > Struct Template Reference

Temporal buffers for radix sort. More...

#include <sort_tbb.hpp>

Public Attributes

std::vector< std::uint64_t > tile_buckets
 
std::vector< std::uint64_t > global_offsets
 
std::vector< T > sorted_buffer
 

Detailed Description

template<typename T>
struct small_gicp::RadixSortBuffers< T >

Temporal buffers for radix sort.

Member Data Documentation

◆ global_offsets

template<typename T >
std::vector<std::uint64_t> small_gicp::RadixSortBuffers< T >::global_offsets

◆ sorted_buffer

template<typename T >
std::vector<T> small_gicp::RadixSortBuffers< T >::sorted_buffer

◆ tile_buckets

template<typename T >
std::vector<std::uint64_t> small_gicp::RadixSortBuffers< T >::tile_buckets

The documentation for this struct was generated from the following file: