Structural deformable models
|
#include <sensordlg.h>
Public Types | |
enum | { ID_CANVAS = FXDialogBox::ID_LAST, ID_SENSEDIT, ID_SENSSEL, ID_LAST } |
Public Member Functions | |
SensorDialog (FXApp *a, ImageWindow *iw, SensorCollection &sc) | |
virtual | ~SensorDialog () |
long | onEdit (FXObject *, FXSelector, void *ptr) |
void | updateStrings () |
int | getSelectedSensor () const |
void | setGeomMutex (vuMutex *mutex) |
Protected Member Functions | |
SensorDialog () | |
Protected Attributes | |
SensorCollection & | m_Sensors |
FXListBox * | m_SList |
ImageWindow * | m_ImgWin |
std::vector< int > | m_SIndices |
vuMutex * | m_PGeomMutex |
Definition at line 13 of file sensordlg.h.
anonymous enum |
Enumerator | |
---|---|
ID_CANVAS | |
ID_SENSEDIT | |
ID_SENSSEL | |
ID_LAST |
Definition at line 26 of file sensordlg.h.
SensorDialog::SensorDialog | ( | FXApp * | a, |
ImageWindow * | iw, | ||
SensorCollection & | sc | ||
) |
|
virtual |
|
inlineprotected |
int SensorDialog::getSelectedSensor | ( | ) | const |
Definition at line 96 of file sensordlg.cpp.
long SensorDialog::onEdit | ( | FXObject * | , |
FXSelector | sel, | ||
void * | ptr | ||
) |
Definition at line 42 of file sensordlg.cpp.
|
inline |
void SensorDialog::updateStrings | ( | ) |
Definition at line 71 of file sensordlg.cpp.
|
protected |
Definition at line 34 of file sensordlg.h.
|
protected |
Definition at line 36 of file sensordlg.h.
Referenced by setGeomMutex().
|
protected |
Definition at line 29 of file sensordlg.h.
Referenced by SensorDialog().
|
protected |
Definition at line 35 of file sensordlg.h.
|
protected |
Definition at line 33 of file sensordlg.h.