Classes
contrib/brl/bbas/bgui/bgui_picker_tableau.h File Reference

Tableau to pick points and lines. More...

#include <vgui/vgui_tableau.h>
#include <vgui/vgui_event.h>
#include <vgui/vgui_event_condition.h>
#include <vgui/vgui_parent_child_link.h>
#include <vsol/vsol_point_2d_sptr.h>
#include <vsol/vsol_polygon_2d_sptr.h>
#include <vsol/vsol_polyline_2d_sptr.h>
#include "bgui_picker_tableau_sptr.h"

Go to the source code of this file.

Classes

class  bgui_picker_tableau
struct  bgui_picker_tableau_new

Detailed Description

Tableau to pick points and lines.

Author:
K.Y.McGaul The difference between this picker tableau and vgui_rubberbander is that this keeps control of the event loop until the object has been picked. The functions pick_point/pick_line will only return once the user has picked a point/line.

Anchored_pick_point rubberbands a line joining a first point (the anchor) during the motion to select a second point. Useful for corresponding pairs of points - JLM

    Modifications
     K.Y.McGaul - 23-MAR-2001 - Initial version.
     J. Mundy - Jan 9, 2005 - Added anchored pick point
     K. Kang - May 9, 2005 - Added pick box
   

Definition in file bgui_picker_tableau.h.