Home
last modified time | relevance | path

Searched defs:vertical_cast (Results 1 – 3 of 3) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bapl/
H A Dbapl_keypoint_sptr.h21 void vertical_cast(bapl_keypoint_sptr const& that) { *this = that; } in vertical_cast() function
22 void vertical_cast(bapl_keypoint* t) { *this = t; } in vertical_cast() function
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bwm/
H A Dbwm_observable_sptr.h16 void vertical_cast(bwm_observable_sptr const& that) { *this = that; } in vertical_cast() function
17 void vertical_cast(bwm_observable* t) { *this = t; } in vertical_cast() function
/dports/misc/vxl/vxl-3.3.2/core/vgui/
H A Dvgui_tableau_sptr.h16 void vertical_cast(vgui_tableau_sptr const& that) { *this = that; } in vertical_cast() function
17 void vertical_cast(vgui_tableau* t) { *this = t; } in vertical_cast() function