Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
TEST_F (pointCloudTest, is_organized)
25
{
26
cloud.width = 640;
27
cloud.height = 480;
28
EXPECT_TRUE (cloud.isOrganized ());
29
}
30
31
TEST_F (pointCloudTest, not_organized)
32
{
Callers
nothing calls this directly
Calls
15
isOrganized
Method · 0.80
emplace_back
Method · 0.80
getMatrixXfMap
Method · 0.80
erase
Method · 0.80
emplace
Method · 0.80
transient_push_back
Method · 0.80
transient_emplace_back
Method · 0.80
transient_insert
Method · 0.80
transient_emplace
Method · 0.80
transient_erase
Method · 0.80
PointXYZ
Class · 0.50
concatenate
Function · 0.50
Tested by
no test coverage detected