28 #ifndef TRACEBACK_PATH_H
29 #define TRACEBACK_PATH_H
78 inline int val(
size_t it){
80 std::cerr <<
"Out of Range index\n ";
97 void label(std::vector<std::string>&);
100 void label(std::string&);
106 void gff(std::vector<gff_feature>&,std::string&);
110 void name(std::vector<std::string>&);
114 void path(std::vector<int>&);
132 void print_gff(std::string,
double,
int,
int,
double)
const ;
208 std::vector<std::map<traceback_path,int>::iterator>
pathAccess;
213 bool sortTBVec(std::map<traceback_path,int>::iterator, std::map<traceback_path,int>::iterator);