![]() |
Rosetta
2021.16
|
Create LoopMover Reporters. More...
#include <LoopMoverFactory.hh>

Public Member Functions | |
| virtual | ~LoopMoverFactory () |
| loop_mover::LoopMoverOP | create_loop_mover (std::string const &type_name, LoopsOP const loops) |
| Create a loop mover giving it a pointer to a loops object. This loop mover will not be in charge of resolving loop indices. More... | |
| loop_mover::LoopMoverOP | create_loop_mover (std::string const &type_name, LoopsFileData const &loops) |
| Create a loop mover giving it a pointer to a loops object. This loop mover WILL be in charge of resolving loop indices. More... | |
| loop_mover::LoopMoverOP | create_loop_mover (std::string const &type_name, GuardedLoopsFromFileOP guarded_loops) |
| Create a loop mover giving it a pointer to a GuardedLoopsFromFile object. This loop mover WILL be in charge of resolving loop indices, unless, of course, the GuardedLoopsFromFile object in the pointer resolves the indices through some other Mover's call to its resolve_loop_indices function. More... | |
Private Member Functions | |
| LoopMoverFactory () | |
| LoopMoverFactory (const LoopMoverFactory &src) | |
| LoopMoverFactory const & | operator= (LoopMoverFactory const &) |
| loop_mover::LoopMoverOP | create_loop_mover (std::string const &type_name) |
Friends | |
| class | utility::SingletonBase< LoopMoverFactory > |
Create LoopMover Reporters.
|
privatedefault |
Private constructor insures correctness of singleton.
|
private |
|
virtualdefault |
| loop_mover::LoopMoverOP protocols::loops::LoopMoverFactory::create_loop_mover | ( | std::string const & | type_name, |
| LoopsOP const | loops | ||
| ) |
Create a loop mover giving it a pointer to a loops object. This loop mover will not be in charge of resolving loop indices.
Referenced by create_loop_mover().
| loop_mover::LoopMoverOP protocols::loops::LoopMoverFactory::create_loop_mover | ( | std::string const & | type_name_in, |
| LoopsFileData const & | loops | ||
| ) |
Create a loop mover giving it a pointer to a loops object. This loop mover WILL be in charge of resolving loop indices.
Set the LoopsFileData for the LoopMover leaving it in an "in charge" state. It will, upon a future call to apply, resolve the loop indices, which may have been provided as PDB indices, into Pose indices.
References create_loop_mover().
| loop_mover::LoopMoverOP protocols::loops::LoopMoverFactory::create_loop_mover | ( | std::string const & | type_name, |
| GuardedLoopsFromFileOP | guarded_loops | ||
| ) |
Create a loop mover giving it a pointer to a GuardedLoopsFromFile object. This loop mover WILL be in charge of resolving loop indices, unless, of course, the GuardedLoopsFromFile object in the pointer resolves the indices through some other Mover's call to its resolve_loop_indices function.
References create_loop_mover().
|
private |
References protocols::loops::tr().
|
private |
|
friend |
1.8.7