MCPcopy Create free account
hub / github.com/colmap/colmap / TEST

Function TEST

src/colmap/scene/reconstruction_manager_test.cc:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38namespace {
39
40TEST(ReconstructionManager, Empty) {
41 ReconstructionManager reconstruction_manager;
42 EXPECT_EQ(reconstruction_manager.Size(), 0);
43}
44
45TEST(ReconstructionManager, AddGet) {
46 ReconstructionManager reconstruction_manager;

Callers

nothing calls this directly

Calls 8

SizeMethod · 0.45
AddMethod · 0.45
NumCamerasMethod · 0.45
GetMethod · 0.45
NumImagesMethod · 0.45
NumPoints3DMethod · 0.45
DeleteMethod · 0.45
ClearMethod · 0.45

Tested by

no test coverage detected