|
|
#include <VisionX/gui-plugins/UserAssistedSegmenterGui/widgets/PointCloudSegmentsTable.h>
Inheritance diagram for PointCloudSegmentsTable:Public Types | |
| using | Label = uint32_t |
Public Member Functions | |
| PointCloudSegmentsTable (QWidget *parent=nullptr) | |
| void | setData (const pcl::PointCloud< pcl::PointXYZRGBL > &pointCloud, bool excludeZero=false) |
| void | setData (const std::map< Label, pcl::PointIndices > &segmentMap) |
| ~PointCloudSegmentsTable () | |
Definition at line 21 of file PointCloudSegmentsTable.h.
| using Label = uint32_t |
Definition at line 26 of file PointCloudSegmentsTable.h.
|
explicit |
Definition at line 26 of file PointCloudSegmentsTable.cpp.
Definition at line 45 of file PointCloudSegmentsTable.cpp.
| void setData | ( | const pcl::PointCloud< pcl::PointXYZRGBL > & | pointCloud, |
| bool | excludeZero = false |
||
| ) |
Definition at line 51 of file PointCloudSegmentsTable.cpp.
Here is the call graph for this function:| void setData | ( | const std::map< Label, pcl::PointIndices > & | segmentMap | ) |
Definition at line 58 of file PointCloudSegmentsTable.cpp.
Here is the call graph for this function: