![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <track.h>
Public Member Functions | |
| Track () | |
| size_t | Length () const |
| const std::vector< TrackElement > & | Elements () const |
| std::vector< TrackElement > & | Elements () |
| void | SetElements (const std::vector< TrackElement > &elements) |
| const TrackElement & | Element (const size_t idx) const |
| TrackElement & | Element (const size_t idx) |
| void | SetElement (const size_t idx, const TrackElement &element) |
| void | AddElement (const TrackElement &element) |
| void | AddElement (const image_t image_id, const point2D_t point2D_idx) |
| void | AddElements (const std::vector< TrackElement > &elements) |
| void | DeleteElement (const size_t idx) |
| void | DeleteElement (const image_t image_id, const point2D_t point2D_idx) |
| void | Reserve (const size_t num_elements) |
| void | Compress () |
| bool | operator== (const Track &other) const |
| bool | operator!= (const Track &other) const |
|
inline |
Definition at line 103 of file track.h.
Referenced by colmap::Reconstruction::AddObservation(), BOOST_AUTO_TEST_CASE(), colmap::IncrementalTriangulator::CompleteImage(), colmap::Reconstruction::Merge(), and colmap::IncrementalMapper::RegisterInitialImagePair().
|
inline |
Definition at line 111 of file track.h.
Referenced by BOOST_AUTO_TEST_CASE(), and colmap::Reconstruction::MergePoints3D().
|
inline |
Definition at line 124 of file track.h.
Referenced by BOOST_AUTO_TEST_CASE().
|
inline |
Definition at line 115 of file track.h.
Referenced by BOOST_AUTO_TEST_CASE(), and colmap::Reconstruction::DeleteObservation().
|
inline |
|
inline |
Definition at line 93 of file track.h.
Referenced by BOOST_AUTO_TEST_CASE(), and colmap::IncrementalMapper::RegisterInitialImagePair().
|
inline |
|
inline |
Definition at line 84 of file track.h.
Referenced by colmap::Reconstruction::AddPoint3D(), BOOST_AUTO_TEST_CASE(), colmap::Reconstruction::DeletePoint3D(), and colmap::Reconstruction::MergePoints3D().
|
inline |
Definition at line 82 of file track.h.
Referenced by colmap::IncrementalMapper::AdjustLocalBundle(), BOOST_AUTO_TEST_CASE(), colmap::PointColormapTrackLen::ComputeColor(), colmap::Reconstruction::DeleteObservation(), colmap::Reconstruction::Merge(), colmap::Reconstruction::MergePoints3D(), colmap::BundleAdjuster::ParameterizePoints(), and colmap::RunPointFiltering().
|
inline |
|
inline |
|
inline |
Definition at line 120 of file track.h.
Referenced by BOOST_AUTO_TEST_CASE(), colmap::IncrementalTriangulator::CompleteImage(), colmap::Reconstruction::MergePoints3D(), and colmap::IncrementalMapper::RegisterInitialImagePair().
|
inline |
|
inline |
Definition at line 88 of file track.h.
Referenced by BOOST_AUTO_TEST_CASE().