Add similarity and experimental drawBranch
This commit is contained in:
@@ -11,10 +11,11 @@ enum DrawingStage
|
||||
drawTree,
|
||||
drawBig,
|
||||
calSim,
|
||||
save,
|
||||
done,
|
||||
};
|
||||
|
||||
constexpr int numberOfFunc = 2;
|
||||
constexpr int numberOfFunc = 6;
|
||||
|
||||
class Vapp
|
||||
{
|
||||
@@ -52,4 +53,5 @@ private:
|
||||
std::vector<std::array<float, numberOfFunc>> similTable;
|
||||
|
||||
void setUpTable();
|
||||
void drawToFile();
|
||||
};
|
||||
Reference in New Issue
Block a user