|
#include <VisionX/gui-plugins/UserAssistedSegmenterGui/widgets/PointCloudSegmentsTable.h>
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 23 of file PointCloudSegmentsTable.h.
using Label = uint32_t |
Definition at line 28 of file PointCloudSegmentsTable.h.
|
explicit |
Definition at line 26 of file PointCloudSegmentsTable.cpp.
Definition at line 44 of file PointCloudSegmentsTable.cpp.
void setData | ( | const pcl::PointCloud< pcl::PointXYZRGBL > & | pointCloud, |
bool | excludeZero = false |
||
) |
Definition at line 50 of file PointCloudSegmentsTable.cpp.
void setData | ( | const std::map< Label, pcl::PointIndices > & | segmentMap | ) |
Definition at line 57 of file PointCloudSegmentsTable.cpp.