#include <bgui_bmrf_soview2D.h>
Inheritance diagram for bgui_bmrf_epi_seg_soview2D:

Definition at line 22 of file bgui_bmrf_soview2D.h.
Public Member Functions | |
| bgui_bmrf_epi_seg_soview2D (bmrf_epi_seg_sptr const &seg, const bmrf_epipole &epipole=bmrf_epipole(), bool intensity=false) | |
| Constructor - creates a default view. | |
| ~bgui_bmrf_epi_seg_soview2D () | |
| Destructor. | |
| virtual void | draw () const |
| Render the bmrf_epi_seg on the display. | |
| virtual vcl_ostream & | print (vcl_ostream &) const |
| Print details about this bmrf_epi_seg to the given stream. | |
| vcl_string | type_name () const |
| Returns the type of this class ('dbgui_bmrf_epi_seg_soview2D'). | |
| virtual float | distance_squared (float x, float y) const |
| Returns the distance squared from this epi_seg to the given position. | |
| void | get_centroid (float *x, float *y) const |
| Returns the centroid of this epi_seg. | |
| virtual void | translate (float x, float y) |
| Translate this soview2D by the given x and y distances. | |
| bmrf_epi_seg_sptr | seg_sptr () const |
| Returns a smart pointer to the segment. | |
| vgui_soview2D_image * | make_intensity_view (const bmrf_epipole &epipole) const |
| virtual void | draw_select () const |
| virtual void | load_name () const |
| virtual void | set_style (const vgui_style_sptr &newstyle) |
| virtual vgui_style_sptr | get_style () const |
| void | set_colour (float r, float g, float b) |
| void | set_point_size (float s) |
| void | set_line_width (float w) |
| void | attach (vgui_observer *) |
| void | detach (vgui_observer *) |
| void | get_observers (vcl_vector< vgui_observer * > &) const |
| virtual void | notify () const |
| virtual void | notify (vgui_message const &) const |
| virtual unsigned | get_id () const |
| bool | get_selectable () const |
| void | set_selectable (bool s) |
Static Public Member Functions | |
| static vgui_soview * | id_to_object (unsigned id) |
| static unsigned | create_id () |
Static Public Attributes | |
| static vgui_DLLDATA const void *const | msg_select |
| static vgui_DLLDATA const void *const | msg_deselect |
| static vgui_DLLDATA const void *const | msg_highlight |
| static vgui_DLLDATA const void *const | msg_unhighlight |
Protected Attributes | |
| bmrf_epi_seg_sptr | seg_sptr_ |
| Smart pointer to a bmrf_epi_seg. | |
| vgui_soview2D_image * | intensity_view_ |
| unsigned | id |
| bool | selectable |
| vgui_style_sptr | style |
|
||||||||||||||||
|
Constructor - creates a default view.
Definition at line 20 of file bgui_bmrf_soview2D.cxx. |
|
|
Destructor.
Definition at line 31 of file bgui_bmrf_soview2D.cxx. |
|
||||||||||||
|
Returns the distance squared from this epi_seg to the given position.
Implements vgui_soview2D. Definition at line 62 of file bgui_bmrf_soview2D.cxx. |
|
|
Render the bmrf_epi_seg on the display.
Implements vgui_soview2D. Definition at line 39 of file bgui_bmrf_soview2D.cxx. |
|
||||||||||||
|
Returns the centroid of this epi_seg.
Implements vgui_soview2D. Definition at line 87 of file bgui_bmrf_soview2D.cxx. |
|
|
Definition at line 117 of file bgui_bmrf_soview2D.cxx. |
|
|
Print details about this bmrf_epi_seg to the given stream.
Reimplemented from vgui_soview2D. Definition at line 54 of file bgui_bmrf_soview2D.cxx. |
|
|
Returns a smart pointer to the segment.
Definition at line 52 of file bgui_bmrf_soview2D.h. |
|
||||||||||||
|
Translate this soview2D by the given x and y distances.
Implements vgui_soview2D. Definition at line 105 of file bgui_bmrf_soview2D.cxx. |
|
|
Returns the type of this class ('dbgui_bmrf_epi_seg_soview2D').
Reimplemented from vgui_soview2D. Definition at line 40 of file bgui_bmrf_soview2D.h. |
|
|
Definition at line 60 of file bgui_bmrf_soview2D.h. |
|
|
Smart pointer to a bmrf_epi_seg.
Definition at line 58 of file bgui_bmrf_soview2D.h. |
1.4.4