added support for ground truth points: \n -layer for gt points \n -button with icon

-saving and loading support
This commit is contained in:
toni
2016-12-01 19:42:13 +01:00
parent 674f79c150
commit 1da9d916b3
12 changed files with 341 additions and 4 deletions

View File

@@ -8,6 +8,8 @@ struct MyNode : public GridNode, public GridPoint, public GridNodeImportance {
MyNode(float x, float y, float z) : GridPoint(x,y,z) {;}
float walkImportance;
};
#endif // MYNODE_H