Rosetta
|
A class to determine neighboring relationships between or among residues. More...
#include <protocols/constel/NeighTeller.hh>
#include <basic/Tracer.hh>
#include <core/scoring/util.hh>
#include <core/scoring/ScoreFunctionFactory.hh>
#include <core/conformation/Residue.hh>
#include <core/pose/Pose.hh>
#include <iomanip>
#include <list>
#include <core/scoring/ScoreFunction.hh>
Namespaces | |
protocols | |
The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
protocols::constel | |
Functions | |
static basic::Tracer | protocols::constel::TR ("protocols.constel.NeighTeller") |
void | protocols::constel::mk_neigh_list (core::Size const tgtnum, utility::vector1< bool > &neighs, Pose &ps) |
Creates the list of residues that are neighbors of a given target residue. More... | |
A class to determine neighboring relationships between or among residues.