Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PointCloudLibrary/pcl
/ setHighlightPointSize
Method
setHighlightPointSize
apps/point_cloud_editor/src/cloud.cpp:354–358 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
352
}
353
354
void
355
Cloud::setHighlightPointSize (int size)
356
{
357
selected_point_size_ = size;
358
}
359
360
Point3D
361
Cloud::getObjectSpacePoint (unsigned int index) const
Callers
4
increaseSelectedPointSize
Method · 0.80
decreaseSelectedPointSize
Method · 0.80
setSelectedPointSize
Method · 0.80
loadFilePCD
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected