Rosetta
|
Hit typedef. More...
#include <protocols/match/Hit.fwd.hh>
#include <core/types.hh>
#include <utility/fixedsizearray1.hh>
#include <utility/vector1.hh>
Classes | |
class | protocols::match::Hit |
class | protocols::match::upstream_hit |
class | protocols::match::downstream_hit |
struct | protocols::match::match_dspos1 |
Describe a match as n_geometric_constraint upstream residue conformations and one positioning of the downstream partner ( "dspos1" = 1 downstrem position) More... | |
Namespaces | |
protocols | |
The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
protocols::match | |
Functions | |
Hit | protocols::match::fake_hit (upstream_hit const &) |
Create a fake hit from an upstream_hit where hit.first()[4] and hit.second() are 0's. More... | |
Hit | protocols::match::fake_hit (downstream_hit const &) |
Create a fake hit from a downstream_hit where hit.first()[1-3] are 0's. More... | |
Hit | protocols::match::full_hit (match_dspos1 const &m) |
Create a hit with the full data from a given match_dspos1 representing the upstream conformation from the originating_geom_cst and its description of the downstream position. More... | |
Hit typedef.