Creation of generic class to manage Locallab tools

Notes:
- All Locallab tools have been converted to this new design
- Locallab GUI hasn't been updated to this new design

Bugfix: Solve crash problem when using ctrl+copy/ctrl+paste
This commit is contained in:
Pandagrapher
2019-08-15 10:26:44 +02:00
parent afd5d5d836
commit e4701101c9
8 changed files with 5361 additions and 25 deletions

View File

@@ -1178,6 +1178,12 @@ struct LocallabParams {
static const double LABGRIDL_CORR_MAX;
static const double LABGRIDL_CORR_SCALE;
static const double LABGRIDL_DIRECT_SCALE;
static const std::vector<double> DEF_MASK_CURVE;
static const std::vector<double> DEF_COLOR_LCURVE;
static const std::vector<double> DEF_COLOR_HCURVE;
static const std::vector<double> DEF_EXP_CURVE;
static const std::vector<double> DEF_RET_CURVE;
static const std::vector<double> DEF_LC_CURVE;
int nbspot;
int selspot;
std::vector<LocallabSpot> spots;