![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <point3d.h>
Public Member Functions | |
| Point3D () | |
| const Eigen::Vector3d & | XYZ () const |
| Eigen::Vector3d & | XYZ () |
| double | XYZ (const size_t idx) const |
| double & | XYZ (const size_t idx) |
| double | X () const |
| double | Y () const |
| double | Z () const |
| void | SetXYZ (const Eigen::Vector3d &xyz) |
| const Eigen::Vector3ub & | Color () const |
| Eigen::Vector3ub & | Color () |
| uint8_t | Color (const size_t idx) const |
| uint8_t & | Color (const size_t idx) |
| void | SetColor (const Eigen::Vector3ub &color) |
| double | Error () const |
| bool | HasError () const |
| void | SetError (const double error) |
| const class Track & | Track () const |
| class Track & | Track () |
| void | SetTrack (const class Track &track) |
| bool | operator== (const Point3D &other) const |
| bool | operator!= (const Point3D &other) const |
Definition at line 36 of file point3d.cc.
|
inline |
|
inline |
Definition at line 90 of file point3d.h.
Referenced by BOOST_AUTO_TEST_CASE(), colmap::PointColormapPhotometric::ComputeColor(), colmap::Reconstruction::ExtractColorsForImage(), colmap::Reconstruction::MergePoints3D(), and operator==().
|
inline |
|
inline |
Definition at line 100 of file point3d.h.
Referenced by BOOST_AUTO_TEST_CASE(), colmap::PointColormapError::ComputeColor(), and operator==().
|
inline |
Definition at line 102 of file point3d.h.
Referenced by colmap::IncrementalMapper::AdjustLocalBundle(), and BOOST_AUTO_TEST_CASE().
|
inline |
Definition at line 98 of file point3d.h.
References color.
Referenced by colmap::Reconstruction::AddPoint3D(), BOOST_AUTO_TEST_CASE(), and colmap::Reconstruction::ExtractColorsForImage().
|
inline |
Definition at line 104 of file point3d.h.
Referenced by BOOST_AUTO_TEST_CASE().
Definition at line 110 of file point3d.h.
Referenced by colmap::Reconstruction::AddPoint3D(), and BOOST_AUTO_TEST_CASE().
|
inline |
Definition at line 88 of file point3d.h.
Referenced by colmap::Reconstruction::AddPoint3D(), and BOOST_AUTO_TEST_CASE().
Definition at line 106 of file point3d.h.
Referenced by colmap::Reconstruction::AddObservation(), colmap::IncrementalMapper::AdjustLocalBundle(), BOOST_AUTO_TEST_CASE(), colmap::PointColormapTrackLen::ComputeColor(), colmap::Reconstruction::DeleteObservation(), colmap::Reconstruction::DeletePoint3D(), colmap::Reconstruction::MergePoints3D(), operator==(), colmap::BundleAdjuster::ParameterizePoints(), and colmap::RunPointFiltering().
|
inline |
Definition at line 82 of file point3d.h.
Referenced by BOOST_AUTO_TEST_CASE().
|
inline |
Definition at line 74 of file point3d.h.
Referenced by BOOST_AUTO_TEST_CASE(), colmap::Reconstruction::FilterObservationsWithNegativeDepth(), colmap::Reconstruction::MergePoints3D(), operator==(), colmap::BundleAdjuster::ParameterizePoints(), and colmap::IncrementalMapper::RegisterNextImage().
|
inline |
Definition at line 84 of file point3d.h.
Referenced by BOOST_AUTO_TEST_CASE().
|
inline |
Definition at line 86 of file point3d.h.
Referenced by BOOST_AUTO_TEST_CASE().