#include <new_roi_frame.h>
Definition at line 47 of file new_roi_frame.h.
◆ NewRoiFrame()
| 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.
◆ ~NewRoiFrame()
| rc_roi_manager_gui::NewRoiFrame::~NewRoiFrame |
( |
| ) |
|
|
virtual |
◆ onCancelButton()
| void rc_roi_manager_gui::NewRoiFrame::onCancelButton |
( |
wxCommandEvent & |
| ) |
|
|
private |
◆ onSaveButton()
| void rc_roi_manager_gui::NewRoiFrame::onSaveButton |
( |
wxCommandEvent & |
| ) |
|
|
private |
◆ onUpdateButton()
| void rc_roi_manager_gui::NewRoiFrame::onUpdateButton |
( |
wxCommandEvent & |
| ) |
|
|
private |
◆ setFromInteractiveRoi()
| 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.
◆ setRoi()
| 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.
◆ client_set_roi_
◆ is_editing_
| bool rc_roi_manager_gui::NewRoiFrame::is_editing_ |
|
private |
◆ manager_
◆ name_box_
| wxTextCtrl* rc_roi_manager_gui::NewRoiFrame::name_box_ |
|
private |
◆ nh_
◆ pose_frame_box_
| wxChoice* rc_roi_manager_gui::NewRoiFrame::pose_frame_box_ |
|
private |
◆ roi_
| rc_pick_client::RegionOfInterest rc_roi_manager_gui::NewRoiFrame::roi_ |
|
private |
◆ shape_box_
| wxChoice* rc_roi_manager_gui::NewRoiFrame::shape_box_ |
|
private |
The documentation for this class was generated from the following files: