X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/cf93fd850a8b6e9a6f40faed9f796a0e2fb0cedb..18fecf25efe710631fabecbb9f689c2997fdfe18:/Graph.h diff --git a/Graph.h b/Graph.h index b9c598a..e7ff3e2 100644 --- a/Graph.h +++ b/Graph.h @@ -55,7 +55,8 @@ public: void resetPatternComputed(); void computeOutputPatterns(int nbExec) throw(Exception); - + void generateVHDL(const QString& path) throw(Exception); + private: GroupBlock* topGroup; QList groups; //! usefull to avoid recursive methods to find a particular group.