Enhanced edit mechanism, with "element picking" possibility

This commit is contained in:
Hombre
2016-03-03 00:25:10 +01:00
parent 98dd99103d
commit 06c26ff1b3
11 changed files with 706 additions and 288 deletions

View File

@@ -57,9 +57,9 @@ enum EditType {
/// @brief Buffer type for ET_PIPETTE type editing
enum BufferType {
BT_IMAGEFLOAT,
BT_LABIMAGE,
BT_SINGLEPLANE_FLOAT
BT_IMAGEFLOAT, /// Imagefloat buffer type (3 channels of float values)
BT_LABIMAGE, /// LabImage buffer type (3 channels of float values)
BT_SINGLEPLANE_FLOAT /// All purpose, 1 channel buffer of float values
};
/// @brief Number of object to be handled (for optimization purpose)