Rosetta
|
#include <protocols/neighbor/Neighborhood.hh>
#include <core/scoring/Energies.hh>
#include <core/scoring/EnergyGraph.hh>
#include <utility/graph/Graph.hh>
#include <core/conformation/Residue.hh>
#include <core/pose/Pose.hh>
#include <numeric/xyzVector.hh>
#include <basic/Tracer.hh>
Namespaces | |
protocols | |
The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
protocols::neighbor | |
Functions | |
static basic::Tracer | protocols::neighbor::TR ("protocols.neighbor") |
bool | protocols::neighbor::in_nrg_graph (Residue const &r1, Residue const &r2, Pose const &ps) |
: returns true iff r2 is a residue whose node in the energy graph is connected to r1's. More... | |
bool | protocols::neighbor::in_ngbat_sphere (Residue const &r1, Residue const &r2, Pose const &) |
: returns true iff r2's neighbor atom falls within a cutoff distance of r1's neighbor atom. More... | |