ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
colmap::TrackElement Struct Reference

#include <track.h>

Collaboration diagram for colmap::TrackElement:

Public Member Functions

 TrackElement ()
 
 TrackElement (const image_t image_id, const point2D_t point2D_idx)
 
bool operator== (const TrackElement &other) const
 
bool operator!= (const TrackElement &other) const
 

Public Attributes

image_t image_id
 
point2D_t point2D_idx
 

Detailed Description

Definition at line 18 of file track.h.

Constructor & Destructor Documentation

◆ TrackElement() [1/2]

colmap::TrackElement::TrackElement ( )

Definition at line 38 of file track.cc.

◆ TrackElement() [2/2]

colmap::TrackElement::TrackElement ( const image_t  image_id,
const point2D_t  point2D_idx 
)

Definition at line 41 of file track.cc.

Member Function Documentation

◆ operator!=()

bool colmap::TrackElement::operator!= ( const TrackElement other) const
inline

Definition at line 78 of file track.h.

◆ operator==()

bool colmap::TrackElement::operator== ( const TrackElement other) const
inline

Definition at line 74 of file track.h.

References image_id, and point2D_idx.

Member Data Documentation

◆ image_id

◆ point2D_idx


The documentation for this struct was generated from the following files: