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

Method resize

apps/point_cloud_editor/src/cloud.cpp:334–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332}
333
334void
335Cloud::resize(unsigned int new_size)
336{
337 cloud_.resize(new_size);
338 cloud_.width = new_size;
339 cloud_.height = 1;
340}
341
342void
343Cloud::clear ()

Callers 15

reconstructMeshMethod · 0.45
mergeMethod · 0.45
calculateNormalsMethod · 0.45
get3DKeypointsMethod · 0.45
image_callbackMethod · 0.45
mainFunction · 0.45
CopyPointCloudToBuffersFunction · 0.45
generateViewsMethod · 0.45
get3DKeypointsMethod · 0.45
extractDescriptorsMethod · 0.45
findCorrespondencesMethod · 0.45
filterCorrespondencesMethod · 0.45

Calls

no outgoing calls

Tested by 1

mainFunction · 0.36