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

Function init

test/io/test_iterators.cpp:47–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45PointCloud cloud;
46
47void
48init ()
49{
50 for (int x=-20; x<20; x++)
51 for (int y=-20; y<20; y++)
52 for (int z=-20; z<20; z++)
53 cloud.push_back (Point (static_cast<float> (x), static_cast<float> (y), static_cast<float> (z)));
54}
55
56//////////////////////////////////////////////////////////////////////////////////////////////////////////////////
57

Callers 6

mainFunction · 0.70
LineIteratorMethod · 0.50
kdtree_nanoflann.hFile · 0.50
PersonClusterMethod · 0.50
mainFunction · 0.50
DjSetsMethod · 0.50

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected