Loading...
Searching...
No Matches
Public Attributes | List of all members
cuspatial::point_quadtree Struct Reference

Public Attributes

rmm::device_uvector< uint32_t > key
 
rmm::device_uvector< uint8_t > level
 
rmm::device_uvector< bool > internal_node_flag
 
rmm::device_uvector< uint32_t > length
 
rmm::device_uvector< uint32_t > offset
 

Detailed Description

Definition at line 38 of file point_quadtree.cuh.

Member Data Documentation

◆ internal_node_flag

rmm::device_uvector<bool> cuspatial::point_quadtree::internal_node_flag

Definition at line 44 of file point_quadtree.cuh.

◆ key

rmm::device_uvector<uint32_t> cuspatial::point_quadtree::key

Definition at line 40 of file point_quadtree.cuh.

◆ length

rmm::device_uvector<uint32_t> cuspatial::point_quadtree::length

Definition at line 46 of file point_quadtree.cuh.

◆ level

rmm::device_uvector<uint8_t> cuspatial::point_quadtree::level

Definition at line 42 of file point_quadtree.cuh.

◆ offset

rmm::device_uvector<uint32_t> cuspatial::point_quadtree::offset

Definition at line 48 of file point_quadtree.cuh.


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