Hugintrunk
0.1
|
implementation of dialog to edit image variables More...
#include "hugin/ImageVariableDialog.h"
#include "base_wx/GraphTools.h"
#include "base_wx/wxPlatform.h"
#include "panoinc.h"
#include "photometric/ResponseTransform.h"
#include <map>
#include <string>
#include "hugin/huginApp.h"
#include "base_wx/CommandHistory.h"
#include "base_wx/PanoCommand.h"
Go to the source code of this file.
Macros | |
#define | NRPOINTS 100 |
#define | NRPOINTS 100 |
Functions | |
wxTextCtrl * | GetImageVariableControl (const wxWindow *parent, const char *varname) |
implementation of dialog to edit image variables
Definition in file ImageVariableDialog.cpp.
#define NRPOINTS 100 |
#define NRPOINTS 100 |
wxTextCtrl* GetImageVariableControl | ( | const wxWindow * | parent, |
const char * | varname | ||
) |
Definition at line 94 of file ImageVariableDialog.cpp.
Referenced by ImageVariableDialog::ApplyNewVariables(), ImageVariableDialog::InitValues(), ImageVariableDialog::OnShowDistortionGraph(), ImageVariableDialog::OnShowResponseGraph(), and ImageVariableDialog::OnShowVignettingGraph().