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 |
Definition at line 39 of file point_quadtree.cuh.
rmm::device_uvector<bool> cuspatial::point_quadtree::internal_node_flag |
Definition at line 45 of file point_quadtree.cuh.
rmm::device_uvector<uint32_t> cuspatial::point_quadtree::key |
Definition at line 41 of file point_quadtree.cuh.
rmm::device_uvector<uint32_t> cuspatial::point_quadtree::length |
Definition at line 47 of file point_quadtree.cuh.
rmm::device_uvector<uint8_t> cuspatial::point_quadtree::level |
Definition at line 43 of file point_quadtree.cuh.
rmm::device_uvector<uint32_t> cuspatial::point_quadtree::offset |
Definition at line 49 of file point_quadtree.cuh.