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

Function TEST_F

test/common/test_pointcloud.cpp:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22};
23
24TEST_F (pointCloudTest, is_organized)
25{
26 cloud.width = 640;
27 cloud.height = 480;
28 EXPECT_TRUE (cloud.isOrganized ());
29}
30
31TEST_F (pointCloudTest, not_organized)
32{

Callers

nothing calls this directly

Calls 15

isOrganizedMethod · 0.80
emplace_backMethod · 0.80
getMatrixXfMapMethod · 0.80
eraseMethod · 0.80
emplaceMethod · 0.80
transient_push_backMethod · 0.80
transient_insertMethod · 0.80
transient_emplaceMethod · 0.80
transient_eraseMethod · 0.80
PointXYZClass · 0.50
concatenateFunction · 0.50

Tested by

no test coverage detected