#include <mlist.h>
Public Member Functions | |
mlist_elem () | |
Public Attributes | |
T * | prev |
T * | next |
Definition at line 26 of file mlist.h.
mlist_elem< T >::mlist_elem | ( | ) | [inline] |
T* mlist_elem< T >::next |
Definition at line 28 of file mlist.h.
Referenced by tframe::append_to(), mlist_rm(), vobj_keypoint::next_match_vobj(), tracks::keypoint_match_iterator::operator++(), tracks::frame_iterator::operator++(), tkeypoint::operator=(), tracks::remove_point_track(), tracks::remove_unmatched_tracks(), rlist_rm(), VSView::segment_scene(), tracks::set_match(), VSView::timerEvent(), kpt_tracker::track_ncclk(), and update_query_with_frame().
T* mlist_elem< T >::prev |
Definition at line 27 of file mlist.h.
Referenced by tframe::append_to(), mlist_rm(), tracks::keypoint_match_iterator::operator--(), tracks::frame_iterator::operator--(), tkeypoint::operator=(), vobj_keypoint::prev_match_vobj(), tracks::remove_point_track(), tracks::remove_track_tail(), rlist_rm(), tracks::set_match(), tkeypoint::track_length(), kpt_tracker::track_ncclk(), tracks::unset_match(), and update_query_with_frame().