Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
DescModelsDialogBase Class Reference

#include <Desc_Models_Dialog_Base.h>

Inheritance diagram for DescModelsDialogBase:
Inheritance graph
[legend]

Public Member Functions

 DescModelsDialogBase (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=wxT("Descriptor Surfaced Based Trainer - Create views"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(800, 540), long style=wxDEFAULT_DIALOG_STYLE)
 
 ~DescModelsDialogBase ()
 

Protected Member Functions

virtual void onAddModelClicked (wxCommandEvent &event)
 
virtual void onBackClicked (wxCommandEvent &event)
 
virtual void onCancelClicked (wxCommandEvent &event)
 
virtual void onDeleteModelClicked (wxCommandEvent &event)
 
virtual void OnDialogClose (wxCloseEvent &event)
 
virtual void onEditModelClicked (wxCommandEvent &event)
 
virtual void onFinishClicked (wxCommandEvent &event)
 
virtual void onImageClicked (wxMouseEvent &event)
 
virtual void onImageClickedRight (wxMouseEvent &event)
 
virtual void onListBoxSelected (wxCommandEvent &event)
 

Protected Attributes

wxButton * button_add_model
 
wxButton * button_back
 
wxButton * button_cancel
 
wxButton * button_delete_model
 
wxButton * button_edit_model
 
wxButton * button_finish
 
wxImagePanelimage
 
wxStaticText * label_axis_1
 
wxStaticText * label_axis_1_angle
 
wxStaticText * label_axis_1_angle_value
 
wxStaticText * label_axis_1_x
 
wxStaticText * label_axis_1_x_value
 
wxStaticText * label_axis_1_y
 
wxStaticText * label_axis_1_y_value
 
wxStaticText * label_axis_1_z
 
wxStaticText * label_axis_1_z_value
 
wxStaticText * label_axis_2
 
wxStaticText * label_axis_2_angle
 
wxStaticText * label_axis_2_angle_value
 
wxStaticText * label_axis_2_x
 
wxStaticText * label_axis_2_x_value
 
wxStaticText * label_axis_2_y
 
wxStaticText * label_axis_2_y_value
 
wxStaticText * label_axis_2_z
 
wxStaticText * label_axis_2_z_value
 
wxStaticText * label_caption
 
wxStaticText * label_depth
 
wxStaticText * label_depth_value
 
wxStaticText * label_horizontal_offset
 
wxStaticText * label_horizontal_offset_value
 
wxStaticText * label_invertible
 
wxStaticText * label_invertible_value
 
wxStaticText * label_max_scale
 
wxStaticText * label_max_scale_value
 
wxStaticText * label_min_scale
 
wxStaticText * label_min_scale_value
 
wxStaticText * label_number_ferns
 
wxStaticText * label_number_ferns_value
 
wxStaticText * label_orientation
 
wxStaticText * label_orientation_x
 
wxStaticText * label_orientation_x_value
 
wxStaticText * label_orientation_y
 
wxStaticText * label_orientation_y_value
 
wxStaticText * label_orientation_z
 
wxStaticText * label_orientation_z_value
 
wxStaticText * label_patch_size
 
wxStaticText * label_patch_size_value
 
wxStaticText * label_score_2D
 
wxStaticText * label_score_2D_value
 
wxStaticText * label_use_color
 
wxStaticText * label_use_color_value
 
wxStaticText * label_vertical_offset
 
wxStaticText * label_vertical_offset_value
 
wxListBox * list_box_views
 
wxPanel * m_panel1
 

Detailed Description

Copyright (C) 2016, Allgeyer Tobias, Hutmacher Robin, Meißner Pascal

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Definition at line 38 of file Desc_Models_Dialog_Base.h.

Constructor & Destructor Documentation

DescModelsDialogBase::DescModelsDialogBase ( wxWindow *  parent,
wxWindowID  id = wxID_ANY,
const wxString &  title = wxT("Descriptor Surfaced Based Trainer  -  Create views"),
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxSize( 800,540 ),
long  style = wxDEFAULT_DIALOG_STYLE 
)

Copyright (C) 2016, Allgeyer Tobias, Hutmacher Robin, Meißner Pascal

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Definition at line 24 of file Desc_Models_Dialog_Base.cpp.

DescModelsDialogBase::~DescModelsDialogBase ( )

Definition at line 483 of file Desc_Models_Dialog_Base.cpp.

Member Function Documentation

virtual void DescModelsDialogBase::onAddModelClicked ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in DescModelsDialog.

Definition at line 104 of file Desc_Models_Dialog_Base.h.

virtual void DescModelsDialogBase::onBackClicked ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in DescModelsDialog.

Definition at line 108 of file Desc_Models_Dialog_Base.h.

virtual void DescModelsDialogBase::onCancelClicked ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in DescModelsDialog.

Definition at line 106 of file Desc_Models_Dialog_Base.h.

virtual void DescModelsDialogBase::onDeleteModelClicked ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in DescModelsDialog.

Definition at line 105 of file Desc_Models_Dialog_Base.h.

virtual void DescModelsDialogBase::OnDialogClose ( wxCloseEvent &  event)
inlineprotectedvirtual

Reimplemented in DescModelsDialog.

Definition at line 102 of file Desc_Models_Dialog_Base.h.

virtual void DescModelsDialogBase::onEditModelClicked ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in DescModelsDialog.

Definition at line 109 of file Desc_Models_Dialog_Base.h.

virtual void DescModelsDialogBase::onFinishClicked ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in DescModelsDialog.

Definition at line 107 of file Desc_Models_Dialog_Base.h.

virtual void DescModelsDialogBase::onImageClicked ( wxMouseEvent &  event)
inlineprotectedvirtual

Reimplemented in DescModelsDialog.

Definition at line 111 of file Desc_Models_Dialog_Base.h.

virtual void DescModelsDialogBase::onImageClickedRight ( wxMouseEvent &  event)
inlineprotectedvirtual

Reimplemented in DescModelsDialog.

Definition at line 112 of file Desc_Models_Dialog_Base.h.

virtual void DescModelsDialogBase::onListBoxSelected ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in DescModelsDialog.

Definition at line 103 of file Desc_Models_Dialog_Base.h.

Member Data Documentation

wxButton* DescModelsDialogBase::button_add_model
protected

Definition at line 47 of file Desc_Models_Dialog_Base.h.

wxButton* DescModelsDialogBase::button_back
protected

Definition at line 97 of file Desc_Models_Dialog_Base.h.

wxButton* DescModelsDialogBase::button_cancel
protected

Definition at line 98 of file Desc_Models_Dialog_Base.h.

wxButton* DescModelsDialogBase::button_delete_model
protected

Definition at line 48 of file Desc_Models_Dialog_Base.h.

wxButton* DescModelsDialogBase::button_edit_model
protected

Definition at line 46 of file Desc_Models_Dialog_Base.h.

wxButton* DescModelsDialogBase::button_finish
protected

Definition at line 99 of file Desc_Models_Dialog_Base.h.

wxImagePanel* DescModelsDialogBase::image
protected

Definition at line 43 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_axis_1
protected

Definition at line 56 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_axis_1_angle
protected

Definition at line 63 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_axis_1_angle_value
protected

Definition at line 64 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_axis_1_x
protected

Definition at line 57 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_axis_1_x_value
protected

Definition at line 58 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_axis_1_y
protected

Definition at line 59 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_axis_1_y_value
protected

Definition at line 60 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_axis_1_z
protected

Definition at line 61 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_axis_1_z_value
protected

Definition at line 62 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_axis_2
protected

Definition at line 65 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_axis_2_angle
protected

Definition at line 72 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_axis_2_angle_value
protected

Definition at line 73 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_axis_2_x
protected

Definition at line 66 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_axis_2_x_value
protected

Definition at line 67 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_axis_2_y
protected

Definition at line 68 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_axis_2_y_value
protected

Definition at line 69 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_axis_2_z
protected

Definition at line 70 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_axis_2_z_value
protected

Definition at line 71 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_caption
protected

Definition at line 44 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_depth
protected

Definition at line 86 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_depth_value
protected

Definition at line 87 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_horizontal_offset
protected

Definition at line 82 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_horizontal_offset_value
protected

Definition at line 83 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_invertible
protected

Definition at line 78 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_invertible_value
protected

Definition at line 79 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_max_scale
protected

Definition at line 94 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_max_scale_value
protected

Definition at line 95 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_min_scale
protected

Definition at line 92 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_min_scale_value
protected

Definition at line 93 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_number_ferns
protected

Definition at line 88 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_number_ferns_value
protected

Definition at line 89 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_orientation
protected

Definition at line 49 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_orientation_x
protected

Definition at line 50 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_orientation_x_value
protected

Definition at line 51 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_orientation_y
protected

Definition at line 52 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_orientation_y_value
protected

Definition at line 53 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_orientation_z
protected

Definition at line 54 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_orientation_z_value
protected

Definition at line 55 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_patch_size
protected

Definition at line 90 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_patch_size_value
protected

Definition at line 91 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_score_2D
protected

Definition at line 74 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_score_2D_value
protected

Definition at line 75 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_use_color
protected

Definition at line 76 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_use_color_value
protected

Definition at line 77 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_vertical_offset
protected

Definition at line 80 of file Desc_Models_Dialog_Base.h.

wxStaticText* DescModelsDialogBase::label_vertical_offset_value
protected

Definition at line 81 of file Desc_Models_Dialog_Base.h.

wxListBox* DescModelsDialogBase::list_box_views
protected

Definition at line 45 of file Desc_Models_Dialog_Base.h.

wxPanel* DescModelsDialogBase::m_panel1
protected

Definition at line 85 of file Desc_Models_Dialog_Base.h.


The documentation for this class was generated from the following files:


asr_descriptor_surface_based_recognition
Author(s): Allgeyer Tobias, Hutmacher Robin, Meißner Pascal
autogenerated on Mon Dec 16 2019 03:31:16