Point Cloud Library (PCL)
1.14.1-dev
|
#include </__w/1/s/gpu/octree/src/internal.hpp>
Public Attributes | |
std::vector< int > | nodes |
std::vector< int > | codes |
std::vector< int > | begs |
std::vector< int > | ends |
std::vector< int > | indices |
std::vector< float > | points_sorted |
int | points_sorted_step |
int | downloaded |
Definition at line 116 of file internal.hpp.
std::vector<int> pcl::device::OctreeImpl::OctreeDataHost::begs |
Definition at line 121 of file internal.hpp.
std::vector<int> pcl::device::OctreeImpl::OctreeDataHost::codes |
Definition at line 119 of file internal.hpp.
int pcl::device::OctreeImpl::OctreeDataHost::downloaded |
Definition at line 130 of file internal.hpp.
std::vector<int> pcl::device::OctreeImpl::OctreeDataHost::ends |
Definition at line 122 of file internal.hpp.
std::vector<int> pcl::device::OctreeImpl::OctreeDataHost::indices |
Definition at line 125 of file internal.hpp.
std::vector<int> pcl::device::OctreeImpl::OctreeDataHost::nodes |
Definition at line 118 of file internal.hpp.
std::vector<float> pcl::device::OctreeImpl::OctreeDataHost::points_sorted |
Definition at line 127 of file internal.hpp.
int pcl::device::OctreeImpl::OctreeDataHost::points_sorted_step |
Definition at line 128 of file internal.hpp.