|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
A label cloud with its associated metadata for legend display. More...
#include <viewer_types.hpp>

Public Attributes | |
| pcl::PointCloud< pcl::PointXYZL >::Ptr | cloud |
| std::string | db_name |
| Original cloud name in DB. | |
| std::vector< LabelLegendEntry > | legend_entries |
| Pre-computed at load time. | |
A label cloud with its associated metadata for legend display.
Definition at line 63 of file viewer_types.hpp.
| pcl::PointCloud<pcl::PointXYZL>::Ptr rux::view::LabelCloudInfo::cloud |
Definition at line 64 of file viewer_types.hpp.
| std::string rux::view::LabelCloudInfo::db_name |
Original cloud name in DB.
Definition at line 65 of file viewer_types.hpp.
| std::vector<LabelLegendEntry> rux::view::LabelCloudInfo::legend_entries |
Pre-computed at load time.
Definition at line 66 of file viewer_types.hpp.