18 #ifndef _LOOPEXTRACTOR_H_
19 #define _LOOPEXTRACTOR_H_
24 #include<ranking_helper.h>
25 #include<ranking_helper2.h>
28 using namespace Victor::Biopool;
29 namespace Victor {
namespace Lobo {
42 void nextLoop(
int& start,
int& end);
43 double givePercentProp(multiset<ranking_helper> s,
int count);
44 double givePercentVdw(multiset<ranking_helper2> s,
int count);
45 void writeFile(vector<double> prop_percent, vector<double> vdw_percent,
46 multiset<ranking_helper2> &rmsh, ofstream &statOut);
50 void calcPropPercent(vector<double> &result, multiset<ranking_helper2> &rmsh,
51 multiset<ranking_helper> &rhs);
52 void calcVdwPercent(vector<double> &result, multiset<ranking_helper2> &rmsh,
53 multiset<ranking_helper2> &rhs);
54 static const int BEST_COUNT;
64 int getPositionProp(multiset<ranking_helper> s,
int index);
65 int getPositionVdw(multiset<ranking_helper2> s,
int index);
Implements a "Spacer" for a protein chain. Includes methods to obtain values from the atoms and its p...
Definition: Spacer.h:42