added base structure into code
needs picture information expanded evaluation prototype
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
|
||||
#include "../functions/AbstractionLayers/Layer1/AbstractionLayer_1_Properties.h"
|
||||
#include "../functions/AbstractionLayers/DestructionPower/DestructionPower_Properties.h"
|
||||
|
||||
#include "../functions/AbstractionLayers/Layer3_PoempelPosition/AbstractionLayer_PoempelPosition_Properties.h"
|
||||
class LayerContainer;
|
||||
|
||||
class Part
|
||||
@ -42,6 +42,7 @@ public:
|
||||
|
||||
bool set;
|
||||
AbstractionLayer_1_Properties m_a1;
|
||||
AbstractionLayer_PoempelPosition_Properties m_a3;
|
||||
private:
|
||||
int32_t m_partID;
|
||||
uint8_t m_numOfRotations;
|
||||
|
@ -1,6 +1,3 @@
|
||||
//
|
||||
// Created by mpapa on 05.12.2017.
|
||||
//
|
||||
#pragma once
|
||||
#include <vector>
|
||||
#include <iostream>
|
||||
@ -8,6 +5,7 @@
|
||||
#include <opencv2/imgproc/imgproc.hpp>
|
||||
|
||||
#include "../functions/AbstractionLayers/Layer1/AbstractionLayer_1.h"
|
||||
#include "../functions/AbstractionLayers/Layer3_PoempelPosition/AbstractionLayer_PoempelPosition.h"
|
||||
#include "../functions/AbstractionLayers/DestructionPower/DestructionPower.h"
|
||||
|
||||
using namespace std;
|
||||
@ -54,6 +52,7 @@ public:
|
||||
|
||||
DestructionPower dp;
|
||||
AbstractionLayer_1 a1;
|
||||
AbstractionLayer_PoempelPosition a3;
|
||||
|
||||
void removeConstrains(coor removeCoordinates);
|
||||
void setConstraints(coor setConstraints, Part *constraintPiece);
|
||||
|
Reference in New Issue
Block a user