MCPcopy Create free account
hub / github.com/PointCloudLibrary/pcl / pop

Method pop

visualization/src/cloud_viewer.cpp:107–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 using mc = pcl::PointCloud<pcl::PointXYZ>;
106
107 template <> void
108 cloud_show<cca>::pop ()
109 {
110 pcl::visualization::PointCloudColorHandlerRGBField<pcl::PointXYZRGBA> handler (cloud);
111 pop (handler);
112 }
113
114 template <> void
115 cloud_show<cc>::pop ()

Callers 13

operator()Method · 0.45
denseKSearchMethod · 0.45
sparseKSearchMethod · 0.45
dequeueMethod · 0.45
doEndActionsMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
eventMethod · 0.45
findRegionsKNNMethod · 0.45

Calls

no outgoing calls

Tested by 4

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36