|
Rosetta 3.5
|
#include <protocols/frag_picker/scores/RDCScore.hh>#include <protocols/frag_picker/FragmentCandidate.hh>#include <protocols/frag_picker/scores/CachingScoringMethod.hh>#include <protocols/frag_picker/scores/FragmentScoreMap.hh>#include <utility/io/izstream.hh>#include <utility/excn/Exceptions.hh>#include <core/scoring/ResidualDipolarCoupling.hh>#include <basic/Tracer.hh>#include <utility/options/keys/BooleanOptionKey.hh>Go to the source code of this file.
Namespaces | |
| protocols | |
| The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
| protocols::frag_picker | |
| protocols::frag_picker::scores | |
Constant Groups | |
| protocols | |
| The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
| protocols::frag_picker | |
| protocols::frag_picker::scores | |
Macros | |
| #define | ROTATE(a, i, j, k, l) g=a[i][j];h=a[k][l];a[i][j]=g-s*(h+g*tau); a[k][l]=h+s*(g-h*tau); |
Functions | |
| static basic::Tracer | protocols::frag_picker::scores::trRDCScore ("fragment.picking.scores.RDCScore") |
| #define ROTATE | ( | a, | |
| i, | |||
| j, | |||
| k, | |||
| l | |||
| ) | g=a[i][j];h=a[k][l];a[i][j]=g-s*(h+g*tau); a[k][l]=h+s*(g-h*tau); |
Definition at line 44 of file RDCScore_Gront.cc.
Referenced by protocols::frag_picker::scores::RDCScore::jacobi().
1.8.4