Rosetta
|
#include <string>
#include <sstream>
#include <queue>
#include <utility/vector1.hh>
#include <core/types.hh>
#include <numeric/geometry/hashing/MinimalClashHash.fwd.hh>
#include <numeric/HomogeneousTransform.hh>
#include <utility/tag/Tag.fwd.hh>
#include <core/pose/Pose.fwd.hh>
#include <core/scoring/ScoreFunction.fwd.hh>
#include <basic/datacache/DataMap.fwd.hh>
#include <protocols/filters/Filter.fwd.hh>
#include <protocols/moves/Mover.hh>
#include <ObjexxFCL/FArray1.fwd.hh>
Classes | |
struct | protocols::motif_grafting::movers::motif2scaffold_indexes |
structure that contains the data of corresponding fragments in the motif and scaffold More... | |
struct | protocols::motif_grafting::movers::motif2scaffold_data |
structure that contains the motif2scaffold_indexes data in a vector and adds fields for fragment matching information More... | |
class | protocols::motif_grafting::movers::MotifMatch |
class | protocols::motif_grafting::movers::MotifGraftMover |
Namespaces | |
protocols | |
The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
protocols::motif_grafting | |
...that lives inside of motif_grafting... | |
protocols::motif_grafting::movers | |
...and belongs to the movers class... | |
Functions | |
bool | protocols::motif_grafting::movers::compare_motif2scaffold_data_by_scaffold_low2high (motif2scaffold_indexes const &a, motif2scaffold_indexes const &b) |