statistic helper classes

test-cases
modified grid importance for better trap-detection
This commit is contained in:
2016-10-01 13:17:14 +02:00
parent 729340031d
commit 51c0945e12
15 changed files with 343 additions and 64 deletions

View File

@@ -30,6 +30,7 @@
struct MyNode12456012 : public GridPoint, public GridNode {
float getWalkImportance() const {return 1;}
MyNode12456012() {;}
MyNode12456012(const int x, const int y, const int z) : GridPoint(x,y,z) {;}
};

View File

@@ -28,6 +28,7 @@
struct MyNode124234 : public GridPoint, public GridNode {
float getWalkImportance() const {return 1;}
MyNode124234() {;}
MyNode124234(const int x, const int y, const int z) : GridPoint(x,y,z) {;}
};