#include <new_roi_frame.h>
Definition at line 47 of file new_roi_frame.h.
rc_roi_manager_gui::NewRoiFrame::NewRoiFrame |
( |
const wxString & |
title, |
|
|
RoiManagerFrame * |
manager, |
|
|
std::string |
pick_module |
|
) |
| |
Constructor.
- Parameters
-
title | Title of the wxFrame |
manager | Pointer to the main RoiManagerFrame |
pick_module | Name of the module being used. Either rc_itempick or rc_boxpick. |
Definition at line 44 of file new_roi_frame.cc.
rc_roi_manager_gui::NewRoiFrame::~NewRoiFrame |
( |
| ) |
|
|
virtual |
void rc_roi_manager_gui::NewRoiFrame::onCancelButton |
( |
wxCommandEvent & |
| ) |
|
|
private |
void rc_roi_manager_gui::NewRoiFrame::onSaveButton |
( |
wxCommandEvent & |
| ) |
|
|
private |
void rc_roi_manager_gui::NewRoiFrame::onUpdateButton |
( |
wxCommandEvent & |
| ) |
|
|
private |
void rc_roi_manager_gui::NewRoiFrame::setFromInteractiveRoi |
( |
| ) |
|
|
private |
Ros service that sets the region of interest from roi in interactive_roi_selection server.
Definition at line 102 of file new_roi_frame.cc.
void rc_roi_manager_gui::NewRoiFrame::setRoi |
( |
rc_pick_client::RegionOfInterest |
roi, |
|
|
bool |
edit |
|
) |
| |
sets the member roi_
- Parameters
-
roi | Region of Interest |
edit | If true a roi is being editted. Otherwise a new roi is being created. |
Definition at line 88 of file new_roi_frame.cc.
bool rc_roi_manager_gui::NewRoiFrame::is_editing_ |
|
private |
wxTextCtrl* rc_roi_manager_gui::NewRoiFrame::name_box_ |
|
private |
wxChoice* rc_roi_manager_gui::NewRoiFrame::pose_frame_box_ |
|
private |
rc_pick_client::RegionOfInterest rc_roi_manager_gui::NewRoiFrame::roi_ |
|
private |
wxChoice* rc_roi_manager_gui::NewRoiFrame::shape_box_ |
|
private |
The documentation for this class was generated from the following files: