added firstdraft code

This commit is contained in:
niko-fhtw
2018-01-19 16:53:53 +01:00
parent 490db896bf
commit dc71f6fa63
9 changed files with 289 additions and 5 deletions

View File

@ -8,6 +8,7 @@
#include "../functions/AbstractionLayers/Layer1/AbstractionLayer_1_Properties.h"
#include "../functions/AbstractionLayers/DestructionPower/DestructionPower_Properties.h"
#include "../functions/AbstractionLayers/LayerHistogram/AbstractionLayer_Histogram_Properties.h"
class LayerContainer;
@ -42,6 +43,7 @@ public:
bool set;
AbstractionLayer_1_Properties m_a1;
AbstractionLayer_Histogram_Properties m_aHistogram;
private:
int32_t m_partID;
uint8_t m_numOfRotations;