ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
track_test.cc File Reference
#include "util/testing.h"
#include "base/track.h"
Include dependency graph for track_test.cc:

Go to the source code of this file.

Macros

#define TEST_NAME   "base/track"
 

Functions

 BOOST_AUTO_TEST_CASE (TestTrackElement)
 
 BOOST_AUTO_TEST_CASE (TestDefault)
 
 BOOST_AUTO_TEST_CASE (TestSetElements)
 
 BOOST_AUTO_TEST_CASE (TestAddElement)
 
 BOOST_AUTO_TEST_CASE (TestDeleteElement)
 
 BOOST_AUTO_TEST_CASE (TestReserve)
 
 BOOST_AUTO_TEST_CASE (TestCompress)
 

Macro Definition Documentation

◆ TEST_NAME

#define TEST_NAME   "base/track"

Definition at line 32 of file track_test.cc.

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/7]

◆ BOOST_AUTO_TEST_CASE() [2/7]

BOOST_AUTO_TEST_CASE ( TestCompress  )

◆ BOOST_AUTO_TEST_CASE() [3/7]

BOOST_AUTO_TEST_CASE ( TestDefault  )

Definition at line 45 of file track_test.cc.

References colmap::Track::Elements(), and colmap::Track::Length().

◆ BOOST_AUTO_TEST_CASE() [4/7]

◆ BOOST_AUTO_TEST_CASE() [5/7]

BOOST_AUTO_TEST_CASE ( TestReserve  )

Definition at line 119 of file track_test.cc.

References colmap::Track::Elements(), and colmap::Track::Reserve().

◆ BOOST_AUTO_TEST_CASE() [6/7]

◆ BOOST_AUTO_TEST_CASE() [7/7]

BOOST_AUTO_TEST_CASE ( TestTrackElement  )