![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <point2d.h>
Public Member Functions | |
| Point2D () | |
| const Eigen::Vector2d & | XY () const |
| Eigen::Vector2d & | XY () |
| double | X () const |
| double | Y () const |
| void | SetXY (const Eigen::Vector2d &xy) |
| point3D_t | Point3DId () const |
| bool | HasPoint3D () const |
| void | SetPoint3DId (const point3D_t point3D_id) |
| bool | operator== (const Point2D &other) const |
| bool | operator!= (const Point2D &other) const |
| colmap::Point2D::Point2D | ( | ) |
Definition at line 36 of file point2d.cc.
|
inline |
Definition at line 65 of file point2d.h.
References colmap::kInvalidPoint3DId.
Referenced by BOOST_AUTO_TEST_CASE(), colmap::IncrementalTriangulator::CompleteImage(), colmap::Reconstruction::FilterObservationsWithNegativeDepth(), colmap::IncrementalMapper::RegisterNextImage(), colmap::Image::ResetPoint3DForPoint2D(), colmap::IncrementalTriangulator::Retriangulate(), and colmap::Image::SetPoint3DForPoint2D().
|
inline |
|
inline |
Definition at line 71 of file point2d.h.
References Point3DId(), and XY().
|
inline |
Definition at line 63 of file point2d.h.
Referenced by BOOST_AUTO_TEST_CASE(), colmap::IncrementalTriangulator::CompleteImage(), colmap::Reconstruction::FilterObservationsWithNegativeDepth(), operator==(), and colmap::IncrementalMapper::RegisterNextImage().
|
inline |
Definition at line 67 of file point2d.h.
Referenced by BOOST_AUTO_TEST_CASE(), colmap::Image::ResetPoint3DForPoint2D(), and colmap::Image::SetPoint3DForPoint2D().
|
inline |
Definition at line 61 of file point2d.h.
Referenced by BOOST_AUTO_TEST_CASE().
|
inline |
Definition at line 57 of file point2d.h.
Referenced by BOOST_AUTO_TEST_CASE(), colmap::Image::DecrementCorrespondenceHasPoint3D(), colmap::Reconstruction::ExportBundler(), colmap::Reconstruction::ExportNVM(), colmap::Reconstruction::ExportRecon3D(), colmap::Image::IncrementCorrespondenceHasPoint3D(), cloudViewer::PointViewerWidget::Show(), and colmap::PointViewerWidget::Show().
|
inline |
Definition at line 53 of file point2d.h.
Referenced by BOOST_AUTO_TEST_CASE(), colmap::IncrementalTriangulator::CompleteImage(), operator==(), colmap::IncrementalMapper::RegisterInitialImagePair(), colmap::IncrementalMapper::RegisterNextImage(), cloudViewer::PointViewerWidget::Show(), and colmap::PointViewerWidget::Show().
|
inline |
Definition at line 59 of file point2d.h.
Referenced by BOOST_AUTO_TEST_CASE(), colmap::Image::DecrementCorrespondenceHasPoint3D(), colmap::Reconstruction::ExportBundler(), colmap::Reconstruction::ExportNVM(), colmap::Reconstruction::ExportRecon3D(), colmap::Image::IncrementCorrespondenceHasPoint3D(), cloudViewer::PointViewerWidget::Show(), and colmap::PointViewerWidget::Show().