Update Rolling 20210118

This commit is contained in:
jomjol
2021-01-18 21:15:23 +01:00
parent c65de27e9d
commit 2530691347
12 changed files with 77 additions and 11 deletions

View File

@@ -21,11 +21,14 @@ protected:
int ZeigerEval(float zahl, int ziffer_vorgaenger);
bool SaveAllFiles;
ClassFlowAlignment* flowpostalignment;
void SetInitialParameter(void);
public:
bool extendedResolution;
ClassFlowAnalog(std::vector<ClassFlow*>* lfc);
bool ReadParameter(FILE* pfile, string& aktparamgraph);
@@ -38,7 +41,7 @@ public:
bool doNeuralNetwork(string time);
bool doAlignAndCut(string time);
std::vector<HTMLInfo*> GetHTMLInfo();
int AnzahlROIs(){return ROI.size();};
int AnzahlROIs();
string name(){return "ClassFlowAnalog";};
};