|  |  | 
builtins.object
Attachment
AttachmentType
MoveType
StepWiseMove
StepWiseMoveSelector
TransientCutpointHandler
rosetta.protocols.moves.Mover(builtins.object)
AddMover
AddOrDeleteMover
DeleteMover
FromScratchMover
ResampleMover
StepWiseMasterMover
VaryLoopLengthMover
 
 
| class AddMover(rosetta.protocols.moves.Mover)
 |  |  | ////////////////////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////////////////////
 
 |  |  | Method resolution order:AddMoverrosetta.protocols.moves.Moverbuiltins.object
 Methods defined here:
 
 __init__(...) from builtins.PyCapsule__init__(*args, **kwargs)Overloaded function.
 
 1. __init__(handle) -> NoneType
 
 doc
 
 2. __init__(self : handle, scorefxn : rosetta.core.scoring.ScoreFunction) -> NoneType
 
 3. __init__(handle, rosetta.protocols.stepwise.monte_carlo.mover.AddMover) -> NoneType
 __new__(*args, **kwargs) from builtins.typeCreate and return a new object.  See help(type) for accurate signature.
 apply(...) from builtins.PyCapsuleapply(*args, **kwargs)Overloaded function.
 
 1. apply(self : rosetta.protocols.stepwise.monte_carlo.mover.AddMover, pose : rosetta.core.pose.Pose, res_to_add_in_full_model_numbering : int, res_to_build_off_in_full_model_numbering : int) -> NoneType
 
 2. apply(self : rosetta.protocols.stepwise.monte_carlo.mover.AddMover, pose : rosetta.core.pose.Pose, swa_move : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMove) -> NoneType
 
 3. apply(self : rosetta.protocols.stepwise.monte_carlo.mover.AddMover, pose_to_visualize : rosetta.core.pose.Pose) -> NoneType
 
 Apply the minimizer to one pose
 assign(...) from builtins.PyCapsuleassign(self : rosetta.protocols.stepwise.monte_carlo.mover.AddMover,  : rosetta.protocols.stepwise.monte_carlo.mover.AddMover) -> rosetta.protocols.stepwise.monte_carlo.mover.AddMover
 get_name(...) from builtins.PyCapsuleget_name(rosetta.protocols.stepwise.monte_carlo.mover.AddMover) -> str
 set_internal_cycles(...) from builtins.PyCapsuleset_internal_cycles(self : rosetta.protocols.stepwise.monte_carlo.mover.AddMover, setting : int) -> NoneType
 set_kT(...) from builtins.PyCapsuleset_kT(self : rosetta.protocols.stepwise.monte_carlo.mover.AddMover, setting : float) -> NoneType
 set_minimize_single_res(...) from builtins.PyCapsuleset_minimize_single_res(self : rosetta.protocols.stepwise.monte_carlo.mover.AddMover, setting : int) -> NoneType
 set_presample_added_residue(...) from builtins.PyCapsuleset_presample_added_residue(self : rosetta.protocols.stepwise.monte_carlo.mover.AddMover, setting : int) -> NoneType
 set_presample_by_swa(...) from builtins.PyCapsuleset_presample_by_swa(self : rosetta.protocols.stepwise.monte_carlo.mover.AddMover, setting : int) -> NoneType
 set_sample_range_large(...) from builtins.PyCapsuleset_sample_range_large(self : rosetta.protocols.stepwise.monte_carlo.mover.AddMover, setting : float) -> NoneType
 set_sample_range_small(...) from builtins.PyCapsuleset_sample_range_small(self : rosetta.protocols.stepwise.monte_carlo.mover.AddMover, setting : float) -> NoneType
 set_start_added_residue_in_aform(...) from builtins.PyCapsuleset_start_added_residue_in_aform(self : rosetta.protocols.stepwise.monte_carlo.mover.AddMover, setting : int) -> NoneType
 set_stepwise_modeler(...) from builtins.PyCapsuleset_stepwise_modeler(self : rosetta.protocols.stepwise.monte_carlo.mover.AddMover, stepwise_modeler : rosetta.protocols.stepwise.modeler.StepWiseModeler) -> NoneType
 Methods inherited from rosetta.protocols.moves.Mover:
 
 clear_info(...) from builtins.PyCapsuleclear_info(rosetta.protocols.moves.Mover) -> NoneType
 Strings container can be used to return miscellaneous info (as std::string) from a mover, such as notes about the results of apply(). The job distributor (Apr 09 vintage) will check this function to see if your protocol wants to add string info to the Job that ran this mover. One way this can be useful is that later, a JobOutputter may include/append this info to an output file.
 
 
 clear_info is called by jd2 before calling apply
 clone(...) from builtins.PyCapsuleclone(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
 Return a clone of the Mover object.
 create(...) from builtins.PyCapsulecreate(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
 fresh_instance(...) from builtins.PyCapsulefresh_instance(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
 Generates a new Mover object freshly created with the default ctor.
 get_additional_output(...) from builtins.PyCapsuleget_additional_output(rosetta.protocols.moves.Mover) -> rosetta.core.pose.Pose
 fpd
 
 
 Mechanism by which a mover may return multiple output poses from a single input pose.
 get_current_job(...) from builtins.PyCapsuleget_current_job(rosetta.protocols.moves.Mover) -> protocols::jobdist::BasicJob
 get_current_tag(...) from builtins.PyCapsuleget_current_tag(rosetta.protocols.moves.Mover) -> str
 A tag is a unique identifier used to identify structures produced
 by this Mover. get_current_tag() returns the tag, and set_current_tag( std::string tag )
 sets the tag.  This functionality is not intended for use with the 2008 job distributor.
 get_input_pose(...) from builtins.PyCapsuleget_input_pose(rosetta.protocols.moves.Mover) -> rosetta.core.pose.Pose
 get_last_move_status(...) from builtins.PyCapsuleget_last_move_status(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.MoverStatus
 returns status after an apply().  The job distributor (august 08 vintage) will check this function to see if your protocol wants to filter its results - if your protocol wants to say "that run was no good, skip it" then use the protected last_move_status(MoverStatus) to change the value that this function will return.
 get_native_pose(...) from builtins.PyCapsuleget_native_pose(rosetta.protocols.moves.Mover) -> rosetta.core.pose.Pose
 get_self_ptr(...) from builtins.PyCapsuleget_self_ptr(*args, **kwargs)Overloaded function.
 
 1. get_self_ptr(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
 
 2. get_self_ptr(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
 get_self_weak_ptr(...) from builtins.PyCapsuleget_self_weak_ptr(*args, **kwargs)Overloaded function.
 
 1. get_self_weak_ptr(rosetta.protocols.moves.Mover) -> rosetta.std.weak_ptr_const_protocols_moves_Mover_t
 
 2. get_self_weak_ptr(rosetta.protocols.moves.Mover) -> rosetta.std.weak_ptr_protocols_moves_Mover_t
 get_type(...) from builtins.PyCapsuleget_type(rosetta.protocols.moves.Mover) -> str
 info(...) from builtins.PyCapsuleinfo(*args, **kwargs)Overloaded function.
 
 1. info(rosetta.protocols.moves.Mover) -> rosetta.std.list_std_string_std_allocator_std_string_t
 
 non-const accessor
 
 2. info(rosetta.protocols.moves.Mover) -> rosetta.std.list_std_string_std_allocator_std_string_t
 
 const accessor
 last_proposal_density_ratio(...) from builtins.PyCapsulelast_proposal_density_ratio(rosetta.protocols.moves.Mover) -> float
 name(...) from builtins.PyCapsulename() -> str
 register_options(...) from builtins.PyCapsuleregister_options(*args, **kwargs)Overloaded function.
 
 1. register_options() -> NoneType
 
 Overload this static method if you access options within the mover.
 
 
 These options will end up in -help of your application if users of this mover call register_options.
 Do this recursively!
 If you use movers within your mover, call their register_options in your register_options() method.
 
 2. register_options() -> NoneType
 
 3. register_options() -> NoneType
 
 4. register_options() -> NoneType
 
 5. register_options() -> NoneType
 
 6. register_options() -> NoneType
 
 7. register_options() -> NoneType
 
 8. register_options() -> NoneType
 
 9. register_options() -> NoneType
 
 Associates relevant options with the AntibodyModeler class
 
 10. register_options() -> NoneType
 
 Associates relevant options with the AntibodyModeler class
 
 11. register_options() -> NoneType
 
 Associates relevant options with the SnugDock class
 
 12. register_options() -> NoneType
 
 Associates relevant options with the SnugDockProtocol class
 
 13. register_options() -> NoneType
 
 Register the options used by this mover with the global options
 system.
 
 14. register_options() -> NoneType
 
 15. register_options() -> NoneType
 
 Associate relevant options with the TemperedDocking class.
 
 16. register_options() -> NoneType
 
 17. register_options() -> NoneType
 
 18. register_options() -> NoneType
 
 Associates relevant options with the TemperedDocking class.
 
 19. register_options() -> NoneType
 
 20. register_options() -> NoneType
 
 Associates relevant options with the ConstraintSetMover class
 
 21. register_options() -> NoneType
 
 22. register_options() -> NoneType
 
 Associates relevant options with the DockingInitialPerturbation class
 
 23. register_options() -> NoneType
 
 Associates relevant options with the DockingProtocol class
 
 24. register_options() -> NoneType
 
 Associates relevant options with the TemperedDocking class
 
 25. register_options() -> NoneType
 
 26. register_options() -> NoneType
 
 27. register_options() -> NoneType
 
 28. register_options() -> NoneType
 
 register options
 
 29. register_options() -> NoneType
 
 30. register_options() -> NoneType
 
 Registers applicable options
 
 31. register_options() -> NoneType
 
 Register options with the option system.
 
 32. register_options() -> NoneType
 
 33. register_options() -> NoneType
 
 34. register_options() -> NoneType
 
 Associates relevant options with the LoopRefineInnerCycle class
 
 35. register_options() -> NoneType
 
 Associates relevant options with the LoopRefineInnerCycleContainer class
 
 36. register_options() -> NoneType
 
 Associates relevant options with the LoopRefineInnerCycle class
 
 37. register_options() -> NoneType
 
 Associates relevant options with the LoopRefineInnerCycle class
 
 38. register_options() -> NoneType
 
 39. register_options() -> NoneType
 
 Register options with the option system.
 
 40. register_options() -> NoneType
 reinitialize_for_each_job(...) from builtins.PyCapsulereinitialize_for_each_job(rosetta.protocols.moves.Mover) -> bool
 Inform the Job Distributor (August '08 vintage) whether this object needs to be freshly regenerated on
 each use.
 reinitialize_for_new_input(...) from builtins.PyCapsulereinitialize_for_new_input(rosetta.protocols.moves.Mover) -> bool
 Inform the Job Distributor (August '08 vintage) whether this object needs to be regenerated when the input
 pose is about to change, (for example, if the Mover has special code on the first apply() that is only valid for
 that one input pose).
 reset_status(...) from builtins.PyCapsulereset_status(rosetta.protocols.moves.Mover) -> NoneType
 resets status to SUCCESS, meant to be used before an apply().  The job distributor (august 08 vintage) uses this to ensure non-accumulation of status across apply()s.
 set_current_job(...) from builtins.PyCapsuleset_current_job(self : rosetta.protocols.moves.Mover, job : protocols::jobdist::BasicJob) -> NoneType
 ////////////////////////////end Job Distributor interface////////////////////////////////////////
 set_current_tag(...) from builtins.PyCapsuleset_current_tag(self : rosetta.protocols.moves.Mover, new_tag : str) -> NoneType
 set_input_pose(...) from builtins.PyCapsuleset_input_pose(self : rosetta.protocols.moves.Mover, pose : rosetta.core.pose.Pose) -> NoneType
 setter for poses contained for rms
 set_native_pose(...) from builtins.PyCapsuleset_native_pose(self : rosetta.protocols.moves.Mover, pose : rosetta.core.pose.Pose) -> NoneType
 setter for native poses contained for rms ---- we should get rid of this method? it is widely used, but a bit unsafe
 set_type(...) from builtins.PyCapsuleset_type(self : rosetta.protocols.moves.Mover, setting : str) -> NoneType
 test_move(...) from builtins.PyCapsuletest_move(self : rosetta.protocols.moves.Mover, pose : rosetta.core.pose.Pose) -> NoneType
 : Unit test support function.  Apply one move to a given pose.
 Allows extra test specific functions to be called before applying
 type(...) from builtins.PyCapsuletype(*args, **kwargs)Overloaded function.
 
 1. type(rosetta.protocols.moves.Mover) -> str
 
 2. type(self : rosetta.protocols.moves.Mover, type_in : str) -> NoneType
 |  
 
| class AddOrDeleteMover(rosetta.protocols.moves.Mover)
 |  |  | ////////////////////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////////////////////
 
 |  |  | Method resolution order:AddOrDeleteMoverrosetta.protocols.moves.Moverbuiltins.object
 Methods defined here:
 
 __init__(...) from builtins.PyCapsule__init__(*args, **kwargs)Overloaded function.
 
 1. __init__(self : handle, rna_add_mover : rosetta.protocols.stepwise.monte_carlo.mover.AddMover, rna_delete_mover : protocols::stepwise::monte_carlo::mover::DeleteMover, rna_from_scratch_mover : protocols::stepwise::monte_carlo::mover::FromScratchMover) -> NoneType
 
 2. __init__(handle, rosetta.protocols.stepwise.monte_carlo.mover.AddOrDeleteMover) -> NoneType
 __new__(*args, **kwargs) from builtins.typeCreate and return a new object.  See help(type) for accurate signature.
 apply(...) from builtins.PyCapsuleapply(*args, **kwargs)Overloaded function.
 
 1. apply(self : rosetta.protocols.stepwise.monte_carlo.mover.AddOrDeleteMover, pose : rosetta.core.pose.Pose, swa_move : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMove) -> NoneType
 
 2. apply(self : rosetta.protocols.stepwise.monte_carlo.mover.AddOrDeleteMover, pose : rosetta.core.pose.Pose, move_type_string : str) -> bool
 
 3. apply(self : rosetta.protocols.stepwise.monte_carlo.mover.AddOrDeleteMover, pose_to_visualize : rosetta.core.pose.Pose) -> NoneType
 
 Apply the minimizer to one pose
 assign(...) from builtins.PyCapsuleassign(self : rosetta.protocols.stepwise.monte_carlo.mover.AddOrDeleteMover,  : rosetta.protocols.stepwise.monte_carlo.mover.AddOrDeleteMover) -> rosetta.protocols.stepwise.monte_carlo.mover.AddOrDeleteMover
 get_name(...) from builtins.PyCapsuleget_name(rosetta.protocols.stepwise.monte_carlo.mover.AddOrDeleteMover) -> str
 set_choose_random(...) from builtins.PyCapsuleset_choose_random(self : rosetta.protocols.stepwise.monte_carlo.mover.AddOrDeleteMover, setting : bool) -> NoneType
 set_disallow_deletion_of_last_residue(...) from builtins.PyCapsuleset_disallow_deletion_of_last_residue(self : rosetta.protocols.stepwise.monte_carlo.mover.AddOrDeleteMover, setting : bool) -> NoneType
 set_minimize_single_res(...) from builtins.PyCapsuleset_minimize_single_res(self : rosetta.protocols.stepwise.monte_carlo.mover.AddOrDeleteMover, setting : bool) -> NoneType
 set_options(...) from builtins.PyCapsuleset_options(self : rosetta.protocols.stepwise.monte_carlo.mover.AddOrDeleteMover, options : protocols::stepwise::monte_carlo::options::StepWiseMonteCarloOptions) -> NoneType
 set_submotif_library(...) from builtins.PyCapsuleset_submotif_library(self : rosetta.protocols.stepwise.monte_carlo.mover.AddOrDeleteMover, setting : protocols::stepwise::monte_carlo::submotif::SubMotifLibrary) -> NoneType
 submotif_library(...) from builtins.PyCapsulesubmotif_library(rosetta.protocols.stepwise.monte_carlo.mover.AddOrDeleteMover) -> protocols::stepwise::monte_carlo::submotif::SubMotifLibrary
 Methods inherited from rosetta.protocols.moves.Mover:
 
 clear_info(...) from builtins.PyCapsuleclear_info(rosetta.protocols.moves.Mover) -> NoneType
 Strings container can be used to return miscellaneous info (as std::string) from a mover, such as notes about the results of apply(). The job distributor (Apr 09 vintage) will check this function to see if your protocol wants to add string info to the Job that ran this mover. One way this can be useful is that later, a JobOutputter may include/append this info to an output file.
 
 
 clear_info is called by jd2 before calling apply
 clone(...) from builtins.PyCapsuleclone(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
 Return a clone of the Mover object.
 create(...) from builtins.PyCapsulecreate(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
 fresh_instance(...) from builtins.PyCapsulefresh_instance(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
 Generates a new Mover object freshly created with the default ctor.
 get_additional_output(...) from builtins.PyCapsuleget_additional_output(rosetta.protocols.moves.Mover) -> rosetta.core.pose.Pose
 fpd
 
 
 Mechanism by which a mover may return multiple output poses from a single input pose.
 get_current_job(...) from builtins.PyCapsuleget_current_job(rosetta.protocols.moves.Mover) -> protocols::jobdist::BasicJob
 get_current_tag(...) from builtins.PyCapsuleget_current_tag(rosetta.protocols.moves.Mover) -> str
 A tag is a unique identifier used to identify structures produced
 by this Mover. get_current_tag() returns the tag, and set_current_tag( std::string tag )
 sets the tag.  This functionality is not intended for use with the 2008 job distributor.
 get_input_pose(...) from builtins.PyCapsuleget_input_pose(rosetta.protocols.moves.Mover) -> rosetta.core.pose.Pose
 get_last_move_status(...) from builtins.PyCapsuleget_last_move_status(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.MoverStatus
 returns status after an apply().  The job distributor (august 08 vintage) will check this function to see if your protocol wants to filter its results - if your protocol wants to say "that run was no good, skip it" then use the protected last_move_status(MoverStatus) to change the value that this function will return.
 get_native_pose(...) from builtins.PyCapsuleget_native_pose(rosetta.protocols.moves.Mover) -> rosetta.core.pose.Pose
 get_self_ptr(...) from builtins.PyCapsuleget_self_ptr(*args, **kwargs)Overloaded function.
 
 1. get_self_ptr(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
 
 2. get_self_ptr(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
 get_self_weak_ptr(...) from builtins.PyCapsuleget_self_weak_ptr(*args, **kwargs)Overloaded function.
 
 1. get_self_weak_ptr(rosetta.protocols.moves.Mover) -> rosetta.std.weak_ptr_const_protocols_moves_Mover_t
 
 2. get_self_weak_ptr(rosetta.protocols.moves.Mover) -> rosetta.std.weak_ptr_protocols_moves_Mover_t
 get_type(...) from builtins.PyCapsuleget_type(rosetta.protocols.moves.Mover) -> str
 info(...) from builtins.PyCapsuleinfo(*args, **kwargs)Overloaded function.
 
 1. info(rosetta.protocols.moves.Mover) -> rosetta.std.list_std_string_std_allocator_std_string_t
 
 non-const accessor
 
 2. info(rosetta.protocols.moves.Mover) -> rosetta.std.list_std_string_std_allocator_std_string_t
 
 const accessor
 last_proposal_density_ratio(...) from builtins.PyCapsulelast_proposal_density_ratio(rosetta.protocols.moves.Mover) -> float
 name(...) from builtins.PyCapsulename() -> str
 register_options(...) from builtins.PyCapsuleregister_options(*args, **kwargs)Overloaded function.
 
 1. register_options() -> NoneType
 
 Overload this static method if you access options within the mover.
 
 
 These options will end up in -help of your application if users of this mover call register_options.
 Do this recursively!
 If you use movers within your mover, call their register_options in your register_options() method.
 
 2. register_options() -> NoneType
 
 3. register_options() -> NoneType
 
 4. register_options() -> NoneType
 
 5. register_options() -> NoneType
 
 6. register_options() -> NoneType
 
 7. register_options() -> NoneType
 
 8. register_options() -> NoneType
 
 9. register_options() -> NoneType
 
 Associates relevant options with the AntibodyModeler class
 
 10. register_options() -> NoneType
 
 Associates relevant options with the AntibodyModeler class
 
 11. register_options() -> NoneType
 
 Associates relevant options with the SnugDock class
 
 12. register_options() -> NoneType
 
 Associates relevant options with the SnugDockProtocol class
 
 13. register_options() -> NoneType
 
 Register the options used by this mover with the global options
 system.
 
 14. register_options() -> NoneType
 
 15. register_options() -> NoneType
 
 Associate relevant options with the TemperedDocking class.
 
 16. register_options() -> NoneType
 
 17. register_options() -> NoneType
 
 18. register_options() -> NoneType
 
 Associates relevant options with the TemperedDocking class.
 
 19. register_options() -> NoneType
 
 20. register_options() -> NoneType
 
 Associates relevant options with the ConstraintSetMover class
 
 21. register_options() -> NoneType
 
 22. register_options() -> NoneType
 
 Associates relevant options with the DockingInitialPerturbation class
 
 23. register_options() -> NoneType
 
 Associates relevant options with the DockingProtocol class
 
 24. register_options() -> NoneType
 
 Associates relevant options with the TemperedDocking class
 
 25. register_options() -> NoneType
 
 26. register_options() -> NoneType
 
 27. register_options() -> NoneType
 
 28. register_options() -> NoneType
 
 register options
 
 29. register_options() -> NoneType
 
 30. register_options() -> NoneType
 
 Registers applicable options
 
 31. register_options() -> NoneType
 
 Register options with the option system.
 
 32. register_options() -> NoneType
 
 33. register_options() -> NoneType
 
 34. register_options() -> NoneType
 
 Associates relevant options with the LoopRefineInnerCycle class
 
 35. register_options() -> NoneType
 
 Associates relevant options with the LoopRefineInnerCycleContainer class
 
 36. register_options() -> NoneType
 
 Associates relevant options with the LoopRefineInnerCycle class
 
 37. register_options() -> NoneType
 
 Associates relevant options with the LoopRefineInnerCycle class
 
 38. register_options() -> NoneType
 
 39. register_options() -> NoneType
 
 Register options with the option system.
 
 40. register_options() -> NoneType
 reinitialize_for_each_job(...) from builtins.PyCapsulereinitialize_for_each_job(rosetta.protocols.moves.Mover) -> bool
 Inform the Job Distributor (August '08 vintage) whether this object needs to be freshly regenerated on
 each use.
 reinitialize_for_new_input(...) from builtins.PyCapsulereinitialize_for_new_input(rosetta.protocols.moves.Mover) -> bool
 Inform the Job Distributor (August '08 vintage) whether this object needs to be regenerated when the input
 pose is about to change, (for example, if the Mover has special code on the first apply() that is only valid for
 that one input pose).
 reset_status(...) from builtins.PyCapsulereset_status(rosetta.protocols.moves.Mover) -> NoneType
 resets status to SUCCESS, meant to be used before an apply().  The job distributor (august 08 vintage) uses this to ensure non-accumulation of status across apply()s.
 set_current_job(...) from builtins.PyCapsuleset_current_job(self : rosetta.protocols.moves.Mover, job : protocols::jobdist::BasicJob) -> NoneType
 ////////////////////////////end Job Distributor interface////////////////////////////////////////
 set_current_tag(...) from builtins.PyCapsuleset_current_tag(self : rosetta.protocols.moves.Mover, new_tag : str) -> NoneType
 set_input_pose(...) from builtins.PyCapsuleset_input_pose(self : rosetta.protocols.moves.Mover, pose : rosetta.core.pose.Pose) -> NoneType
 setter for poses contained for rms
 set_native_pose(...) from builtins.PyCapsuleset_native_pose(self : rosetta.protocols.moves.Mover, pose : rosetta.core.pose.Pose) -> NoneType
 setter for native poses contained for rms ---- we should get rid of this method? it is widely used, but a bit unsafe
 set_type(...) from builtins.PyCapsuleset_type(self : rosetta.protocols.moves.Mover, setting : str) -> NoneType
 test_move(...) from builtins.PyCapsuletest_move(self : rosetta.protocols.moves.Mover, pose : rosetta.core.pose.Pose) -> NoneType
 : Unit test support function.  Apply one move to a given pose.
 Allows extra test specific functions to be called before applying
 type(...) from builtins.PyCapsuletype(*args, **kwargs)Overloaded function.
 
 1. type(rosetta.protocols.moves.Mover) -> str
 
 2. type(self : rosetta.protocols.moves.Mover, type_in : str) -> NoneType
 |  
 
 
| class AttachmentType(builtins.object)
 |  |  |  | Methods defined here: 
 __eq__(...) from builtins.PyCapsule__eq__(rosetta.protocols.stepwise.monte_carlo.mover.AttachmentType, rosetta.protocols.stepwise.monte_carlo.mover.AttachmentType) -> bool
 __hash__(...) from builtins.PyCapsule__hash__(rosetta.protocols.stepwise.monte_carlo.mover.AttachmentType) -> int
 __init__(...) from builtins.PyCapsule__init__(*args, **kwargs)Overloaded function.
 
 1. __init__(rosetta.protocols.stepwise.monte_carlo.mover.AttachmentType, int) -> NoneType
 
 2. __init__(rosetta.protocols.stepwise.monte_carlo.mover.AttachmentType, int) -> NoneType
 __int__(...) from builtins.PyCapsule__int__(rosetta.protocols.stepwise.monte_carlo.mover.AttachmentType) -> int
 __ne__(...) from builtins.PyCapsule__ne__(rosetta.protocols.stepwise.monte_carlo.mover.AttachmentType, rosetta.protocols.stepwise.monte_carlo.mover.AttachmentType) -> bool
 __new__(*args, **kwargs) from builtins.typeCreate and return a new object.  See help(type) for accurate signature.
 __repr__(...) from builtins.PyCapsule__repr__(rosetta.protocols.stepwise.monte_carlo.mover.AttachmentType) -> str
 Data and other attributes defined here:
 
 BOND_TO_NEXT = AttachmentType.BOND_TO_NEXT
 BOND_TO_PREVIOUS = AttachmentType.BOND_TO_PREVIOUS
 JUMP_DOCK = AttachmentType.JUMP_DOCK
 JUMP_TO_NEXT_IN_CHAIN = AttachmentType.JUMP_TO_NEXT_IN_CHAIN
 JUMP_TO_PREV_IN_CHAIN = AttachmentType.JUMP_TO_PREV_IN_CHAIN
 LAST_ATTACHMENT_TYPE = AttachmentType.LAST_ATTACHMENT_TYPE
 NO_ATTACHMENT = AttachmentType.NO_ATTACHMENT
 SUBMOTIF = AttachmentType.SUBMOTIF
 |  
 
| class DeleteMover(rosetta.protocols.moves.Mover)
 |  |  | ////////////////////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////////////////////
 
 |  |  | Method resolution order:DeleteMoverrosetta.protocols.moves.Moverbuiltins.object
 Methods defined here:
 
 __init__(...) from builtins.PyCapsule__init__(*args, **kwargs)Overloaded function.
 
 1. __init__(handle) -> NoneType
 
 2. __init__(handle, rosetta.protocols.stepwise.monte_carlo.mover.DeleteMover) -> NoneType
 __new__(*args, **kwargs) from builtins.typeCreate and return a new object.  See help(type) for accurate signature.
 apply(...) from builtins.PyCapsuleapply(*args, **kwargs)Overloaded function.
 
 1. apply(self : rosetta.protocols.stepwise.monte_carlo.mover.DeleteMover, pose : rosetta.core.pose.Pose, res_to_delete_in_full_model_numbering : int) -> NoneType
 
 2. apply(self : rosetta.protocols.stepwise.monte_carlo.mover.DeleteMover, pose : rosetta.core.pose.Pose, residues_to_delete_in_full_model_numbering : rosetta.utility.vector1_unsigned_long) -> NoneType
 
 3. apply(self : rosetta.protocols.stepwise.monte_carlo.mover.DeleteMover, pose_to_visualize : rosetta.core.pose.Pose) -> NoneType
 
 Apply the minimizer to one pose
 assign(...) from builtins.PyCapsuleassign(self : rosetta.protocols.stepwise.monte_carlo.mover.DeleteMover,  : rosetta.protocols.stepwise.monte_carlo.mover.DeleteMover) -> rosetta.protocols.stepwise.monte_carlo.mover.DeleteMover
 decide_to_keep_pose(...) from builtins.PyCapsuledecide_to_keep_pose(self : rosetta.protocols.stepwise.monte_carlo.mover.DeleteMover, pose : rosetta.core.pose.Pose) -> bool
 get_name(...) from builtins.PyCapsuleget_name(rosetta.protocols.stepwise.monte_carlo.mover.DeleteMover) -> str
 minimize_after_delete(...) from builtins.PyCapsuleminimize_after_delete(self : rosetta.protocols.stepwise.monte_carlo.mover.DeleteMover, pose : rosetta.core.pose.Pose) -> NoneType
 remove_singletons_and_update_pose_focus(...) from builtins.PyCapsuleremove_singletons_and_update_pose_focus(self : rosetta.protocols.stepwise.monte_carlo.mover.DeleteMover, pose : rosetta.core.pose.Pose, sliced_out_pose_op : rosetta.core.pose.Pose, keep_remainder_pose : bool, keep_sliced_out_pose : bool) -> NoneType
 set_minimize_after_delete(...) from builtins.PyCapsuleset_minimize_after_delete(self : rosetta.protocols.stepwise.monte_carlo.mover.DeleteMover, setting : bool) -> NoneType
 set_options(...) from builtins.PyCapsuleset_options(self : rosetta.protocols.stepwise.monte_carlo.mover.DeleteMover, options : protocols::stepwise::monte_carlo::options::StepWiseMonteCarloOptions) -> NoneType
 set_stepwise_modeler(...) from builtins.PyCapsuleset_stepwise_modeler(self : rosetta.protocols.stepwise.monte_carlo.mover.DeleteMover, stepwise_modeler : rosetta.protocols.stepwise.modeler.StepWiseModeler) -> NoneType
 wipe_out_moving_residues(...) from builtins.PyCapsulewipe_out_moving_residues(self : rosetta.protocols.stepwise.monte_carlo.mover.DeleteMover, pose : rosetta.core.pose.Pose) -> NoneType
 Methods inherited from rosetta.protocols.moves.Mover:
 
 clear_info(...) from builtins.PyCapsuleclear_info(rosetta.protocols.moves.Mover) -> NoneType
 Strings container can be used to return miscellaneous info (as std::string) from a mover, such as notes about the results of apply(). The job distributor (Apr 09 vintage) will check this function to see if your protocol wants to add string info to the Job that ran this mover. One way this can be useful is that later, a JobOutputter may include/append this info to an output file.
 
 
 clear_info is called by jd2 before calling apply
 clone(...) from builtins.PyCapsuleclone(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
 Return a clone of the Mover object.
 create(...) from builtins.PyCapsulecreate(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
 fresh_instance(...) from builtins.PyCapsulefresh_instance(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
 Generates a new Mover object freshly created with the default ctor.
 get_additional_output(...) from builtins.PyCapsuleget_additional_output(rosetta.protocols.moves.Mover) -> rosetta.core.pose.Pose
 fpd
 
 
 Mechanism by which a mover may return multiple output poses from a single input pose.
 get_current_job(...) from builtins.PyCapsuleget_current_job(rosetta.protocols.moves.Mover) -> protocols::jobdist::BasicJob
 get_current_tag(...) from builtins.PyCapsuleget_current_tag(rosetta.protocols.moves.Mover) -> str
 A tag is a unique identifier used to identify structures produced
 by this Mover. get_current_tag() returns the tag, and set_current_tag( std::string tag )
 sets the tag.  This functionality is not intended for use with the 2008 job distributor.
 get_input_pose(...) from builtins.PyCapsuleget_input_pose(rosetta.protocols.moves.Mover) -> rosetta.core.pose.Pose
 get_last_move_status(...) from builtins.PyCapsuleget_last_move_status(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.MoverStatus
 returns status after an apply().  The job distributor (august 08 vintage) will check this function to see if your protocol wants to filter its results - if your protocol wants to say "that run was no good, skip it" then use the protected last_move_status(MoverStatus) to change the value that this function will return.
 get_native_pose(...) from builtins.PyCapsuleget_native_pose(rosetta.protocols.moves.Mover) -> rosetta.core.pose.Pose
 get_self_ptr(...) from builtins.PyCapsuleget_self_ptr(*args, **kwargs)Overloaded function.
 
 1. get_self_ptr(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
 
 2. get_self_ptr(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
 get_self_weak_ptr(...) from builtins.PyCapsuleget_self_weak_ptr(*args, **kwargs)Overloaded function.
 
 1. get_self_weak_ptr(rosetta.protocols.moves.Mover) -> rosetta.std.weak_ptr_const_protocols_moves_Mover_t
 
 2. get_self_weak_ptr(rosetta.protocols.moves.Mover) -> rosetta.std.weak_ptr_protocols_moves_Mover_t
 get_type(...) from builtins.PyCapsuleget_type(rosetta.protocols.moves.Mover) -> str
 info(...) from builtins.PyCapsuleinfo(*args, **kwargs)Overloaded function.
 
 1. info(rosetta.protocols.moves.Mover) -> rosetta.std.list_std_string_std_allocator_std_string_t
 
 non-const accessor
 
 2. info(rosetta.protocols.moves.Mover) -> rosetta.std.list_std_string_std_allocator_std_string_t
 
 const accessor
 last_proposal_density_ratio(...) from builtins.PyCapsulelast_proposal_density_ratio(rosetta.protocols.moves.Mover) -> float
 name(...) from builtins.PyCapsulename() -> str
 register_options(...) from builtins.PyCapsuleregister_options(*args, **kwargs)Overloaded function.
 
 1. register_options() -> NoneType
 
 Overload this static method if you access options within the mover.
 
 
 These options will end up in -help of your application if users of this mover call register_options.
 Do this recursively!
 If you use movers within your mover, call their register_options in your register_options() method.
 
 2. register_options() -> NoneType
 
 3. register_options() -> NoneType
 
 4. register_options() -> NoneType
 
 5. register_options() -> NoneType
 
 6. register_options() -> NoneType
 
 7. register_options() -> NoneType
 
 8. register_options() -> NoneType
 
 9. register_options() -> NoneType
 
 Associates relevant options with the AntibodyModeler class
 
 10. register_options() -> NoneType
 
 Associates relevant options with the AntibodyModeler class
 
 11. register_options() -> NoneType
 
 Associates relevant options with the SnugDock class
 
 12. register_options() -> NoneType
 
 Associates relevant options with the SnugDockProtocol class
 
 13. register_options() -> NoneType
 
 Register the options used by this mover with the global options
 system.
 
 14. register_options() -> NoneType
 
 15. register_options() -> NoneType
 
 Associate relevant options with the TemperedDocking class.
 
 16. register_options() -> NoneType
 
 17. register_options() -> NoneType
 
 18. register_options() -> NoneType
 
 Associates relevant options with the TemperedDocking class.
 
 19. register_options() -> NoneType
 
 20. register_options() -> NoneType
 
 Associates relevant options with the ConstraintSetMover class
 
 21. register_options() -> NoneType
 
 22. register_options() -> NoneType
 
 Associates relevant options with the DockingInitialPerturbation class
 
 23. register_options() -> NoneType
 
 Associates relevant options with the DockingProtocol class
 
 24. register_options() -> NoneType
 
 Associates relevant options with the TemperedDocking class
 
 25. register_options() -> NoneType
 
 26. register_options() -> NoneType
 
 27. register_options() -> NoneType
 
 28. register_options() -> NoneType
 
 register options
 
 29. register_options() -> NoneType
 
 30. register_options() -> NoneType
 
 Registers applicable options
 
 31. register_options() -> NoneType
 
 Register options with the option system.
 
 32. register_options() -> NoneType
 
 33. register_options() -> NoneType
 
 34. register_options() -> NoneType
 
 Associates relevant options with the LoopRefineInnerCycle class
 
 35. register_options() -> NoneType
 
 Associates relevant options with the LoopRefineInnerCycleContainer class
 
 36. register_options() -> NoneType
 
 Associates relevant options with the LoopRefineInnerCycle class
 
 37. register_options() -> NoneType
 
 Associates relevant options with the LoopRefineInnerCycle class
 
 38. register_options() -> NoneType
 
 39. register_options() -> NoneType
 
 Register options with the option system.
 
 40. register_options() -> NoneType
 reinitialize_for_each_job(...) from builtins.PyCapsulereinitialize_for_each_job(rosetta.protocols.moves.Mover) -> bool
 Inform the Job Distributor (August '08 vintage) whether this object needs to be freshly regenerated on
 each use.
 reinitialize_for_new_input(...) from builtins.PyCapsulereinitialize_for_new_input(rosetta.protocols.moves.Mover) -> bool
 Inform the Job Distributor (August '08 vintage) whether this object needs to be regenerated when the input
 pose is about to change, (for example, if the Mover has special code on the first apply() that is only valid for
 that one input pose).
 reset_status(...) from builtins.PyCapsulereset_status(rosetta.protocols.moves.Mover) -> NoneType
 resets status to SUCCESS, meant to be used before an apply().  The job distributor (august 08 vintage) uses this to ensure non-accumulation of status across apply()s.
 set_current_job(...) from builtins.PyCapsuleset_current_job(self : rosetta.protocols.moves.Mover, job : protocols::jobdist::BasicJob) -> NoneType
 ////////////////////////////end Job Distributor interface////////////////////////////////////////
 set_current_tag(...) from builtins.PyCapsuleset_current_tag(self : rosetta.protocols.moves.Mover, new_tag : str) -> NoneType
 set_input_pose(...) from builtins.PyCapsuleset_input_pose(self : rosetta.protocols.moves.Mover, pose : rosetta.core.pose.Pose) -> NoneType
 setter for poses contained for rms
 set_native_pose(...) from builtins.PyCapsuleset_native_pose(self : rosetta.protocols.moves.Mover, pose : rosetta.core.pose.Pose) -> NoneType
 setter for native poses contained for rms ---- we should get rid of this method? it is widely used, but a bit unsafe
 set_type(...) from builtins.PyCapsuleset_type(self : rosetta.protocols.moves.Mover, setting : str) -> NoneType
 test_move(...) from builtins.PyCapsuletest_move(self : rosetta.protocols.moves.Mover, pose : rosetta.core.pose.Pose) -> NoneType
 : Unit test support function.  Apply one move to a given pose.
 Allows extra test specific functions to be called before applying
 type(...) from builtins.PyCapsuletype(*args, **kwargs)Overloaded function.
 
 1. type(rosetta.protocols.moves.Mover) -> str
 
 2. type(self : rosetta.protocols.moves.Mover, type_in : str) -> NoneType
 |  
 
| class FromScratchMover(rosetta.protocols.moves.Mover)
 |  |  |  | Method resolution order:FromScratchMoverrosetta.protocols.moves.Moverbuiltins.object
 Methods defined here:
 
 __init__(...) from builtins.PyCapsule__init__(*args, **kwargs)Overloaded function.
 
 1. __init__(handle) -> NoneType
 
 2. __init__(handle, rosetta.protocols.stepwise.monte_carlo.mover.FromScratchMover) -> NoneType
 __new__(*args, **kwargs) from builtins.typeCreate and return a new object.  See help(type) for accurate signature.
 apply(...) from builtins.PyCapsuleapply(*args, **kwargs)Overloaded function.
 
 1. apply(self : rosetta.protocols.stepwise.monte_carlo.mover.FromScratchMover, pose : rosetta.core.pose.Pose, residues_to_instantiate_in_full_model_numbering : rosetta.utility.vector1_unsigned_long) -> NoneType
 
 2. apply(self : rosetta.protocols.stepwise.monte_carlo.mover.FromScratchMover, pose_to_visualize : rosetta.core.pose.Pose) -> NoneType
 
 Apply the minimizer to one pose
 assign(...) from builtins.PyCapsuleassign(self : rosetta.protocols.stepwise.monte_carlo.mover.FromScratchMover,  : rosetta.protocols.stepwise.monte_carlo.mover.FromScratchMover) -> rosetta.protocols.stepwise.monte_carlo.mover.FromScratchMover
 get_name(...) from builtins.PyCapsuleget_name(rosetta.protocols.stepwise.monte_carlo.mover.FromScratchMover) -> str
 set_stepwise_modeler(...) from builtins.PyCapsuleset_stepwise_modeler(self : rosetta.protocols.stepwise.monte_carlo.mover.FromScratchMover, stepwise_modeler : rosetta.protocols.stepwise.modeler.StepWiseModeler) -> NoneType
 Methods inherited from rosetta.protocols.moves.Mover:
 
 clear_info(...) from builtins.PyCapsuleclear_info(rosetta.protocols.moves.Mover) -> NoneType
 Strings container can be used to return miscellaneous info (as std::string) from a mover, such as notes about the results of apply(). The job distributor (Apr 09 vintage) will check this function to see if your protocol wants to add string info to the Job that ran this mover. One way this can be useful is that later, a JobOutputter may include/append this info to an output file.
 
 
 clear_info is called by jd2 before calling apply
 clone(...) from builtins.PyCapsuleclone(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
 Return a clone of the Mover object.
 create(...) from builtins.PyCapsulecreate(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
 fresh_instance(...) from builtins.PyCapsulefresh_instance(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
 Generates a new Mover object freshly created with the default ctor.
 get_additional_output(...) from builtins.PyCapsuleget_additional_output(rosetta.protocols.moves.Mover) -> rosetta.core.pose.Pose
 fpd
 
 
 Mechanism by which a mover may return multiple output poses from a single input pose.
 get_current_job(...) from builtins.PyCapsuleget_current_job(rosetta.protocols.moves.Mover) -> protocols::jobdist::BasicJob
 get_current_tag(...) from builtins.PyCapsuleget_current_tag(rosetta.protocols.moves.Mover) -> str
 A tag is a unique identifier used to identify structures produced
 by this Mover. get_current_tag() returns the tag, and set_current_tag( std::string tag )
 sets the tag.  This functionality is not intended for use with the 2008 job distributor.
 get_input_pose(...) from builtins.PyCapsuleget_input_pose(rosetta.protocols.moves.Mover) -> rosetta.core.pose.Pose
 get_last_move_status(...) from builtins.PyCapsuleget_last_move_status(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.MoverStatus
 returns status after an apply().  The job distributor (august 08 vintage) will check this function to see if your protocol wants to filter its results - if your protocol wants to say "that run was no good, skip it" then use the protected last_move_status(MoverStatus) to change the value that this function will return.
 get_native_pose(...) from builtins.PyCapsuleget_native_pose(rosetta.protocols.moves.Mover) -> rosetta.core.pose.Pose
 get_self_ptr(...) from builtins.PyCapsuleget_self_ptr(*args, **kwargs)Overloaded function.
 
 1. get_self_ptr(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
 
 2. get_self_ptr(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
 get_self_weak_ptr(...) from builtins.PyCapsuleget_self_weak_ptr(*args, **kwargs)Overloaded function.
 
 1. get_self_weak_ptr(rosetta.protocols.moves.Mover) -> rosetta.std.weak_ptr_const_protocols_moves_Mover_t
 
 2. get_self_weak_ptr(rosetta.protocols.moves.Mover) -> rosetta.std.weak_ptr_protocols_moves_Mover_t
 get_type(...) from builtins.PyCapsuleget_type(rosetta.protocols.moves.Mover) -> str
 info(...) from builtins.PyCapsuleinfo(*args, **kwargs)Overloaded function.
 
 1. info(rosetta.protocols.moves.Mover) -> rosetta.std.list_std_string_std_allocator_std_string_t
 
 non-const accessor
 
 2. info(rosetta.protocols.moves.Mover) -> rosetta.std.list_std_string_std_allocator_std_string_t
 
 const accessor
 last_proposal_density_ratio(...) from builtins.PyCapsulelast_proposal_density_ratio(rosetta.protocols.moves.Mover) -> float
 name(...) from builtins.PyCapsulename() -> str
 register_options(...) from builtins.PyCapsuleregister_options(*args, **kwargs)Overloaded function.
 
 1. register_options() -> NoneType
 
 Overload this static method if you access options within the mover.
 
 
 These options will end up in -help of your application if users of this mover call register_options.
 Do this recursively!
 If you use movers within your mover, call their register_options in your register_options() method.
 
 2. register_options() -> NoneType
 
 3. register_options() -> NoneType
 
 4. register_options() -> NoneType
 
 5. register_options() -> NoneType
 
 6. register_options() -> NoneType
 
 7. register_options() -> NoneType
 
 8. register_options() -> NoneType
 
 9. register_options() -> NoneType
 
 Associates relevant options with the AntibodyModeler class
 
 10. register_options() -> NoneType
 
 Associates relevant options with the AntibodyModeler class
 
 11. register_options() -> NoneType
 
 Associates relevant options with the SnugDock class
 
 12. register_options() -> NoneType
 
 Associates relevant options with the SnugDockProtocol class
 
 13. register_options() -> NoneType
 
 Register the options used by this mover with the global options
 system.
 
 14. register_options() -> NoneType
 
 15. register_options() -> NoneType
 
 Associate relevant options with the TemperedDocking class.
 
 16. register_options() -> NoneType
 
 17. register_options() -> NoneType
 
 18. register_options() -> NoneType
 
 Associates relevant options with the TemperedDocking class.
 
 19. register_options() -> NoneType
 
 20. register_options() -> NoneType
 
 Associates relevant options with the ConstraintSetMover class
 
 21. register_options() -> NoneType
 
 22. register_options() -> NoneType
 
 Associates relevant options with the DockingInitialPerturbation class
 
 23. register_options() -> NoneType
 
 Associates relevant options with the DockingProtocol class
 
 24. register_options() -> NoneType
 
 Associates relevant options with the TemperedDocking class
 
 25. register_options() -> NoneType
 
 26. register_options() -> NoneType
 
 27. register_options() -> NoneType
 
 28. register_options() -> NoneType
 
 register options
 
 29. register_options() -> NoneType
 
 30. register_options() -> NoneType
 
 Registers applicable options
 
 31. register_options() -> NoneType
 
 Register options with the option system.
 
 32. register_options() -> NoneType
 
 33. register_options() -> NoneType
 
 34. register_options() -> NoneType
 
 Associates relevant options with the LoopRefineInnerCycle class
 
 35. register_options() -> NoneType
 
 Associates relevant options with the LoopRefineInnerCycleContainer class
 
 36. register_options() -> NoneType
 
 Associates relevant options with the LoopRefineInnerCycle class
 
 37. register_options() -> NoneType
 
 Associates relevant options with the LoopRefineInnerCycle class
 
 38. register_options() -> NoneType
 
 39. register_options() -> NoneType
 
 Register options with the option system.
 
 40. register_options() -> NoneType
 reinitialize_for_each_job(...) from builtins.PyCapsulereinitialize_for_each_job(rosetta.protocols.moves.Mover) -> bool
 Inform the Job Distributor (August '08 vintage) whether this object needs to be freshly regenerated on
 each use.
 reinitialize_for_new_input(...) from builtins.PyCapsulereinitialize_for_new_input(rosetta.protocols.moves.Mover) -> bool
 Inform the Job Distributor (August '08 vintage) whether this object needs to be regenerated when the input
 pose is about to change, (for example, if the Mover has special code on the first apply() that is only valid for
 that one input pose).
 reset_status(...) from builtins.PyCapsulereset_status(rosetta.protocols.moves.Mover) -> NoneType
 resets status to SUCCESS, meant to be used before an apply().  The job distributor (august 08 vintage) uses this to ensure non-accumulation of status across apply()s.
 set_current_job(...) from builtins.PyCapsuleset_current_job(self : rosetta.protocols.moves.Mover, job : protocols::jobdist::BasicJob) -> NoneType
 ////////////////////////////end Job Distributor interface////////////////////////////////////////
 set_current_tag(...) from builtins.PyCapsuleset_current_tag(self : rosetta.protocols.moves.Mover, new_tag : str) -> NoneType
 set_input_pose(...) from builtins.PyCapsuleset_input_pose(self : rosetta.protocols.moves.Mover, pose : rosetta.core.pose.Pose) -> NoneType
 setter for poses contained for rms
 set_native_pose(...) from builtins.PyCapsuleset_native_pose(self : rosetta.protocols.moves.Mover, pose : rosetta.core.pose.Pose) -> NoneType
 setter for native poses contained for rms ---- we should get rid of this method? it is widely used, but a bit unsafe
 set_type(...) from builtins.PyCapsuleset_type(self : rosetta.protocols.moves.Mover, setting : str) -> NoneType
 test_move(...) from builtins.PyCapsuletest_move(self : rosetta.protocols.moves.Mover, pose : rosetta.core.pose.Pose) -> NoneType
 : Unit test support function.  Apply one move to a given pose.
 Allows extra test specific functions to be called before applying
 type(...) from builtins.PyCapsuletype(*args, **kwargs)Overloaded function.
 
 1. type(rosetta.protocols.moves.Mover) -> str
 
 2. type(self : rosetta.protocols.moves.Mover, type_in : str) -> NoneType
 |  
 
| class MoveType(builtins.object)
 |  |  |  | Methods defined here: 
 __eq__(...) from builtins.PyCapsule__eq__(rosetta.protocols.stepwise.monte_carlo.mover.MoveType, rosetta.protocols.stepwise.monte_carlo.mover.MoveType) -> bool
 __hash__(...) from builtins.PyCapsule__hash__(rosetta.protocols.stepwise.monte_carlo.mover.MoveType) -> int
 __init__(...) from builtins.PyCapsule__init__(*args, **kwargs)Overloaded function.
 
 1. __init__(rosetta.protocols.stepwise.monte_carlo.mover.MoveType, int) -> NoneType
 
 2. __init__(rosetta.protocols.stepwise.monte_carlo.mover.MoveType, int) -> NoneType
 __int__(...) from builtins.PyCapsule__int__(rosetta.protocols.stepwise.monte_carlo.mover.MoveType) -> int
 __ne__(...) from builtins.PyCapsule__ne__(rosetta.protocols.stepwise.monte_carlo.mover.MoveType, rosetta.protocols.stepwise.monte_carlo.mover.MoveType) -> bool
 __new__(*args, **kwargs) from builtins.typeCreate and return a new object.  See help(type) for accurate signature.
 __repr__(...) from builtins.PyCapsule__repr__(rosetta.protocols.stepwise.monte_carlo.mover.MoveType) -> str
 Data and other attributes defined here:
 
 ADD = MoveType.ADD
 ADD_LOOP_RES = MoveType.ADD_LOOP_RES
 ADD_SUBMOTIF = MoveType.ADD_SUBMOTIF
 DELETE = MoveType.DELETE
 DELETE_LOOP_RES = MoveType.DELETE_LOOP_RES
 FROM_SCRATCH = MoveType.FROM_SCRATCH
 LAST_ADD_OR_DELETE_CHOICE = MoveType.LAST_ADD_OR_DELETE_CHOICE
 NO_MOVE = MoveType.NO_MOVE
 RESAMPLE = MoveType.RESAMPLE
 RESAMPLE_INTERNAL_LOCAL = MoveType.RESAMPLE_INTERNAL_LOCAL
 |  
 
| class ResampleMover(rosetta.protocols.moves.Mover)
 |  |  |  | Method resolution order:ResampleMoverrosetta.protocols.moves.Moverbuiltins.object
 Methods defined here:
 
 __init__(...) from builtins.PyCapsule__init__(*args, **kwargs)Overloaded function.
 
 1. __init__(self : handle, stepwise_modeler : rosetta.protocols.stepwise.modeler.StepWiseModeler) -> NoneType
 
 2. __init__(handle, rosetta.protocols.stepwise.monte_carlo.mover.ResampleMover) -> NoneType
 __new__(*args, **kwargs) from builtins.typeCreate and return a new object.  See help(type) for accurate signature.
 apply(...) from builtins.PyCapsuleapply(*args, **kwargs)Overloaded function.
 
 1. apply(self : rosetta.protocols.stepwise.monte_carlo.mover.ResampleMover, pose_to_visualize : rosetta.core.pose.Pose) -> NoneType
 
 Apply the minimizer to one pose
 
 2. apply(self : rosetta.protocols.stepwise.monte_carlo.mover.ResampleMover, pose : rosetta.core.pose.Pose, move_type : str) -> bool
 
 3. apply(self : rosetta.protocols.stepwise.monte_carlo.mover.ResampleMover, pose : rosetta.core.pose.Pose, swa_move : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMove) -> bool
 
 4. apply(self : rosetta.protocols.stepwise.monte_carlo.mover.ResampleMover, pose : rosetta.core.pose.Pose, swa_move : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMove, move_type : str) -> bool
 assign(...) from builtins.PyCapsuleassign(self : rosetta.protocols.stepwise.monte_carlo.mover.ResampleMover,  : rosetta.protocols.stepwise.monte_carlo.mover.ResampleMover) -> rosetta.protocols.stepwise.monte_carlo.mover.ResampleMover
 get_name(...) from builtins.PyCapsuleget_name(rosetta.protocols.stepwise.monte_carlo.mover.ResampleMover) -> str
 get_remodel_res(...) from builtins.PyCapsuleget_remodel_res(self : rosetta.protocols.stepwise.monte_carlo.mover.ResampleMover, swa_move : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMove, pose : rosetta.core.pose.Pose) -> int
 minimize_single_res(...) from builtins.PyCapsuleminimize_single_res(rosetta.protocols.stepwise.monte_carlo.mover.ResampleMover) -> bool
 set_minimize_single_res(...) from builtins.PyCapsuleset_minimize_single_res(self : rosetta.protocols.stepwise.monte_carlo.mover.ResampleMover, setting : bool) -> NoneType
 set_options(...) from builtins.PyCapsuleset_options(self : rosetta.protocols.stepwise.monte_carlo.mover.ResampleMover, options : protocols::stepwise::monte_carlo::options::StepWiseMonteCarloOptions) -> NoneType
 slide_jump_randomly(...) from builtins.PyCapsuleslide_jump_randomly(self : rosetta.protocols.stepwise.monte_carlo.mover.ResampleMover, pose : rosetta.core.pose.Pose, remodel_res : int) -> NoneType
 Methods inherited from rosetta.protocols.moves.Mover:
 
 clear_info(...) from builtins.PyCapsuleclear_info(rosetta.protocols.moves.Mover) -> NoneType
 Strings container can be used to return miscellaneous info (as std::string) from a mover, such as notes about the results of apply(). The job distributor (Apr 09 vintage) will check this function to see if your protocol wants to add string info to the Job that ran this mover. One way this can be useful is that later, a JobOutputter may include/append this info to an output file.
 
 
 clear_info is called by jd2 before calling apply
 clone(...) from builtins.PyCapsuleclone(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
 Return a clone of the Mover object.
 create(...) from builtins.PyCapsulecreate(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
 fresh_instance(...) from builtins.PyCapsulefresh_instance(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
 Generates a new Mover object freshly created with the default ctor.
 get_additional_output(...) from builtins.PyCapsuleget_additional_output(rosetta.protocols.moves.Mover) -> rosetta.core.pose.Pose
 fpd
 
 
 Mechanism by which a mover may return multiple output poses from a single input pose.
 get_current_job(...) from builtins.PyCapsuleget_current_job(rosetta.protocols.moves.Mover) -> protocols::jobdist::BasicJob
 get_current_tag(...) from builtins.PyCapsuleget_current_tag(rosetta.protocols.moves.Mover) -> str
 A tag is a unique identifier used to identify structures produced
 by this Mover. get_current_tag() returns the tag, and set_current_tag( std::string tag )
 sets the tag.  This functionality is not intended for use with the 2008 job distributor.
 get_input_pose(...) from builtins.PyCapsuleget_input_pose(rosetta.protocols.moves.Mover) -> rosetta.core.pose.Pose
 get_last_move_status(...) from builtins.PyCapsuleget_last_move_status(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.MoverStatus
 returns status after an apply().  The job distributor (august 08 vintage) will check this function to see if your protocol wants to filter its results - if your protocol wants to say "that run was no good, skip it" then use the protected last_move_status(MoverStatus) to change the value that this function will return.
 get_native_pose(...) from builtins.PyCapsuleget_native_pose(rosetta.protocols.moves.Mover) -> rosetta.core.pose.Pose
 get_self_ptr(...) from builtins.PyCapsuleget_self_ptr(*args, **kwargs)Overloaded function.
 
 1. get_self_ptr(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
 
 2. get_self_ptr(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
 get_self_weak_ptr(...) from builtins.PyCapsuleget_self_weak_ptr(*args, **kwargs)Overloaded function.
 
 1. get_self_weak_ptr(rosetta.protocols.moves.Mover) -> rosetta.std.weak_ptr_const_protocols_moves_Mover_t
 
 2. get_self_weak_ptr(rosetta.protocols.moves.Mover) -> rosetta.std.weak_ptr_protocols_moves_Mover_t
 get_type(...) from builtins.PyCapsuleget_type(rosetta.protocols.moves.Mover) -> str
 info(...) from builtins.PyCapsuleinfo(*args, **kwargs)Overloaded function.
 
 1. info(rosetta.protocols.moves.Mover) -> rosetta.std.list_std_string_std_allocator_std_string_t
 
 non-const accessor
 
 2. info(rosetta.protocols.moves.Mover) -> rosetta.std.list_std_string_std_allocator_std_string_t
 
 const accessor
 last_proposal_density_ratio(...) from builtins.PyCapsulelast_proposal_density_ratio(rosetta.protocols.moves.Mover) -> float
 name(...) from builtins.PyCapsulename() -> str
 register_options(...) from builtins.PyCapsuleregister_options(*args, **kwargs)Overloaded function.
 
 1. register_options() -> NoneType
 
 Overload this static method if you access options within the mover.
 
 
 These options will end up in -help of your application if users of this mover call register_options.
 Do this recursively!
 If you use movers within your mover, call their register_options in your register_options() method.
 
 2. register_options() -> NoneType
 
 3. register_options() -> NoneType
 
 4. register_options() -> NoneType
 
 5. register_options() -> NoneType
 
 6. register_options() -> NoneType
 
 7. register_options() -> NoneType
 
 8. register_options() -> NoneType
 
 9. register_options() -> NoneType
 
 Associates relevant options with the AntibodyModeler class
 
 10. register_options() -> NoneType
 
 Associates relevant options with the AntibodyModeler class
 
 11. register_options() -> NoneType
 
 Associates relevant options with the SnugDock class
 
 12. register_options() -> NoneType
 
 Associates relevant options with the SnugDockProtocol class
 
 13. register_options() -> NoneType
 
 Register the options used by this mover with the global options
 system.
 
 14. register_options() -> NoneType
 
 15. register_options() -> NoneType
 
 Associate relevant options with the TemperedDocking class.
 
 16. register_options() -> NoneType
 
 17. register_options() -> NoneType
 
 18. register_options() -> NoneType
 
 Associates relevant options with the TemperedDocking class.
 
 19. register_options() -> NoneType
 
 20. register_options() -> NoneType
 
 Associates relevant options with the ConstraintSetMover class
 
 21. register_options() -> NoneType
 
 22. register_options() -> NoneType
 
 Associates relevant options with the DockingInitialPerturbation class
 
 23. register_options() -> NoneType
 
 Associates relevant options with the DockingProtocol class
 
 24. register_options() -> NoneType
 
 Associates relevant options with the TemperedDocking class
 
 25. register_options() -> NoneType
 
 26. register_options() -> NoneType
 
 27. register_options() -> NoneType
 
 28. register_options() -> NoneType
 
 register options
 
 29. register_options() -> NoneType
 
 30. register_options() -> NoneType
 
 Registers applicable options
 
 31. register_options() -> NoneType
 
 Register options with the option system.
 
 32. register_options() -> NoneType
 
 33. register_options() -> NoneType
 
 34. register_options() -> NoneType
 
 Associates relevant options with the LoopRefineInnerCycle class
 
 35. register_options() -> NoneType
 
 Associates relevant options with the LoopRefineInnerCycleContainer class
 
 36. register_options() -> NoneType
 
 Associates relevant options with the LoopRefineInnerCycle class
 
 37. register_options() -> NoneType
 
 Associates relevant options with the LoopRefineInnerCycle class
 
 38. register_options() -> NoneType
 
 39. register_options() -> NoneType
 
 Register options with the option system.
 
 40. register_options() -> NoneType
 reinitialize_for_each_job(...) from builtins.PyCapsulereinitialize_for_each_job(rosetta.protocols.moves.Mover) -> bool
 Inform the Job Distributor (August '08 vintage) whether this object needs to be freshly regenerated on
 each use.
 reinitialize_for_new_input(...) from builtins.PyCapsulereinitialize_for_new_input(rosetta.protocols.moves.Mover) -> bool
 Inform the Job Distributor (August '08 vintage) whether this object needs to be regenerated when the input
 pose is about to change, (for example, if the Mover has special code on the first apply() that is only valid for
 that one input pose).
 reset_status(...) from builtins.PyCapsulereset_status(rosetta.protocols.moves.Mover) -> NoneType
 resets status to SUCCESS, meant to be used before an apply().  The job distributor (august 08 vintage) uses this to ensure non-accumulation of status across apply()s.
 set_current_job(...) from builtins.PyCapsuleset_current_job(self : rosetta.protocols.moves.Mover, job : protocols::jobdist::BasicJob) -> NoneType
 ////////////////////////////end Job Distributor interface////////////////////////////////////////
 set_current_tag(...) from builtins.PyCapsuleset_current_tag(self : rosetta.protocols.moves.Mover, new_tag : str) -> NoneType
 set_input_pose(...) from builtins.PyCapsuleset_input_pose(self : rosetta.protocols.moves.Mover, pose : rosetta.core.pose.Pose) -> NoneType
 setter for poses contained for rms
 set_native_pose(...) from builtins.PyCapsuleset_native_pose(self : rosetta.protocols.moves.Mover, pose : rosetta.core.pose.Pose) -> NoneType
 setter for native poses contained for rms ---- we should get rid of this method? it is widely used, but a bit unsafe
 set_type(...) from builtins.PyCapsuleset_type(self : rosetta.protocols.moves.Mover, setting : str) -> NoneType
 test_move(...) from builtins.PyCapsuletest_move(self : rosetta.protocols.moves.Mover, pose : rosetta.core.pose.Pose) -> NoneType
 : Unit test support function.  Apply one move to a given pose.
 Allows extra test specific functions to be called before applying
 type(...) from builtins.PyCapsuletype(*args, **kwargs)Overloaded function.
 
 1. type(rosetta.protocols.moves.Mover) -> str
 
 2. type(self : rosetta.protocols.moves.Mover, type_in : str) -> NoneType
 |  
 
| class StepWiseMasterMover(rosetta.protocols.moves.Mover)
 |  |  |  | Method resolution order:StepWiseMasterMoverrosetta.protocols.moves.Moverbuiltins.object
 Methods defined here:
 
 __init__(...) from builtins.PyCapsule__init__(*args, **kwargs)Overloaded function.
 
 1. __init__(self : handle, scorefxn : rosetta.core.scoring.ScoreFunction, options : protocols::stepwise::monte_carlo::options::StepWiseMonteCarloOptions) -> NoneType
 
 2. __init__(handle, rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMasterMover) -> NoneType
 __new__(*args, **kwargs) from builtins.typeCreate and return a new object.  See help(type) for accurate signature.
 apply(...) from builtins.PyCapsuleapply(*args, **kwargs)Overloaded function.
 
 1. apply(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMasterMover,  : rosetta.core.pose.Pose) -> NoneType
 
 2. apply(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMasterMover, pose : rosetta.core.pose.Pose, stepwise_move : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMove) -> NoneType
 
 3. apply(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMasterMover, pose : rosetta.core.pose.Pose, stepwise_move : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMove, figure_out_all_possible_moves : bool) -> NoneType
 apply_legacy(...) from builtins.PyCapsuleapply_legacy(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMasterMover,  : rosetta.core.pose.Pose) -> bool
 assign(...) from builtins.PyCapsuleassign(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMasterMover,  : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMasterMover) -> rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMasterMover
 build_full_model(...) from builtins.PyCapsulebuild_full_model(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMasterMover, start_pose : rosetta.core.pose.Pose, full_model_pose : rosetta.core.pose.Pose) -> NoneType
 do_test_move(...) from builtins.PyCapsuledo_test_move(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMasterMover, move : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMove, pose : rosetta.core.pose.Pose) -> bool
 do_the_move(...) from builtins.PyCapsuledo_the_move(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMasterMover, move : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMove, pose : rosetta.core.pose.Pose) -> NoneType
 get_name(...) from builtins.PyCapsuleget_name(rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMasterMover) -> str
 initialize(...) from builtins.PyCapsuleinitialize(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMasterMover, scorefxn : rosetta.core.scoring.ScoreFunction, options : protocols::stepwise::monte_carlo::options::StepWiseMonteCarloOptions) -> NoneType
 initialize_pose_if_empty(...) from builtins.PyCapsuleinitialize_pose_if_empty(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMasterMover, pose : rosetta.core.pose.Pose) -> NoneType
 move_type_string(...) from builtins.PyCapsulemove_type_string(rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMasterMover) -> str
 preminimize_pose(...) from builtins.PyCapsulepreminimize_pose(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMasterMover, pose : rosetta.core.pose.Pose) -> NoneType
 proposal_density_ratio(...) from builtins.PyCapsuleproposal_density_ratio(rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMasterMover) -> float
 set_minimize_single_res(...) from builtins.PyCapsuleset_minimize_single_res(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMasterMover, minimize_single_res : bool) -> NoneType
 set_options(...) from builtins.PyCapsuleset_options(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMasterMover, options : protocols::stepwise::monte_carlo::options::StepWiseMonteCarloOptions) -> NoneType
 set_scorefxn(...) from builtins.PyCapsuleset_scorefxn(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMasterMover, scorefxn : rosetta.core.scoring.ScoreFunction) -> NoneType
 set_submotif_library(...) from builtins.PyCapsuleset_submotif_library(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMasterMover, setting : protocols::stepwise::monte_carlo::submotif::SubMotifLibrary) -> NoneType
 stepwise_move_selector(...) from builtins.PyCapsulestepwise_move_selector(rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMasterMover) -> rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMoveSelector
 success(...) from builtins.PyCapsulesuccess(rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMasterMover) -> bool
 Methods inherited from rosetta.protocols.moves.Mover:
 
 clear_info(...) from builtins.PyCapsuleclear_info(rosetta.protocols.moves.Mover) -> NoneType
 Strings container can be used to return miscellaneous info (as std::string) from a mover, such as notes about the results of apply(). The job distributor (Apr 09 vintage) will check this function to see if your protocol wants to add string info to the Job that ran this mover. One way this can be useful is that later, a JobOutputter may include/append this info to an output file.
 
 
 clear_info is called by jd2 before calling apply
 clone(...) from builtins.PyCapsuleclone(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
 Return a clone of the Mover object.
 create(...) from builtins.PyCapsulecreate(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
 fresh_instance(...) from builtins.PyCapsulefresh_instance(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
 Generates a new Mover object freshly created with the default ctor.
 get_additional_output(...) from builtins.PyCapsuleget_additional_output(rosetta.protocols.moves.Mover) -> rosetta.core.pose.Pose
 fpd
 
 
 Mechanism by which a mover may return multiple output poses from a single input pose.
 get_current_job(...) from builtins.PyCapsuleget_current_job(rosetta.protocols.moves.Mover) -> protocols::jobdist::BasicJob
 get_current_tag(...) from builtins.PyCapsuleget_current_tag(rosetta.protocols.moves.Mover) -> str
 A tag is a unique identifier used to identify structures produced
 by this Mover. get_current_tag() returns the tag, and set_current_tag( std::string tag )
 sets the tag.  This functionality is not intended for use with the 2008 job distributor.
 get_input_pose(...) from builtins.PyCapsuleget_input_pose(rosetta.protocols.moves.Mover) -> rosetta.core.pose.Pose
 get_last_move_status(...) from builtins.PyCapsuleget_last_move_status(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.MoverStatus
 returns status after an apply().  The job distributor (august 08 vintage) will check this function to see if your protocol wants to filter its results - if your protocol wants to say "that run was no good, skip it" then use the protected last_move_status(MoverStatus) to change the value that this function will return.
 get_native_pose(...) from builtins.PyCapsuleget_native_pose(rosetta.protocols.moves.Mover) -> rosetta.core.pose.Pose
 get_self_ptr(...) from builtins.PyCapsuleget_self_ptr(*args, **kwargs)Overloaded function.
 
 1. get_self_ptr(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
 
 2. get_self_ptr(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
 get_self_weak_ptr(...) from builtins.PyCapsuleget_self_weak_ptr(*args, **kwargs)Overloaded function.
 
 1. get_self_weak_ptr(rosetta.protocols.moves.Mover) -> rosetta.std.weak_ptr_const_protocols_moves_Mover_t
 
 2. get_self_weak_ptr(rosetta.protocols.moves.Mover) -> rosetta.std.weak_ptr_protocols_moves_Mover_t
 get_type(...) from builtins.PyCapsuleget_type(rosetta.protocols.moves.Mover) -> str
 info(...) from builtins.PyCapsuleinfo(*args, **kwargs)Overloaded function.
 
 1. info(rosetta.protocols.moves.Mover) -> rosetta.std.list_std_string_std_allocator_std_string_t
 
 non-const accessor
 
 2. info(rosetta.protocols.moves.Mover) -> rosetta.std.list_std_string_std_allocator_std_string_t
 
 const accessor
 last_proposal_density_ratio(...) from builtins.PyCapsulelast_proposal_density_ratio(rosetta.protocols.moves.Mover) -> float
 name(...) from builtins.PyCapsulename() -> str
 register_options(...) from builtins.PyCapsuleregister_options(*args, **kwargs)Overloaded function.
 
 1. register_options() -> NoneType
 
 Overload this static method if you access options within the mover.
 
 
 These options will end up in -help of your application if users of this mover call register_options.
 Do this recursively!
 If you use movers within your mover, call their register_options in your register_options() method.
 
 2. register_options() -> NoneType
 
 3. register_options() -> NoneType
 
 4. register_options() -> NoneType
 
 5. register_options() -> NoneType
 
 6. register_options() -> NoneType
 
 7. register_options() -> NoneType
 
 8. register_options() -> NoneType
 
 9. register_options() -> NoneType
 
 Associates relevant options with the AntibodyModeler class
 
 10. register_options() -> NoneType
 
 Associates relevant options with the AntibodyModeler class
 
 11. register_options() -> NoneType
 
 Associates relevant options with the SnugDock class
 
 12. register_options() -> NoneType
 
 Associates relevant options with the SnugDockProtocol class
 
 13. register_options() -> NoneType
 
 Register the options used by this mover with the global options
 system.
 
 14. register_options() -> NoneType
 
 15. register_options() -> NoneType
 
 Associate relevant options with the TemperedDocking class.
 
 16. register_options() -> NoneType
 
 17. register_options() -> NoneType
 
 18. register_options() -> NoneType
 
 Associates relevant options with the TemperedDocking class.
 
 19. register_options() -> NoneType
 
 20. register_options() -> NoneType
 
 Associates relevant options with the ConstraintSetMover class
 
 21. register_options() -> NoneType
 
 22. register_options() -> NoneType
 
 Associates relevant options with the DockingInitialPerturbation class
 
 23. register_options() -> NoneType
 
 Associates relevant options with the DockingProtocol class
 
 24. register_options() -> NoneType
 
 Associates relevant options with the TemperedDocking class
 
 25. register_options() -> NoneType
 
 26. register_options() -> NoneType
 
 27. register_options() -> NoneType
 
 28. register_options() -> NoneType
 
 register options
 
 29. register_options() -> NoneType
 
 30. register_options() -> NoneType
 
 Registers applicable options
 
 31. register_options() -> NoneType
 
 Register options with the option system.
 
 32. register_options() -> NoneType
 
 33. register_options() -> NoneType
 
 34. register_options() -> NoneType
 
 Associates relevant options with the LoopRefineInnerCycle class
 
 35. register_options() -> NoneType
 
 Associates relevant options with the LoopRefineInnerCycleContainer class
 
 36. register_options() -> NoneType
 
 Associates relevant options with the LoopRefineInnerCycle class
 
 37. register_options() -> NoneType
 
 Associates relevant options with the LoopRefineInnerCycle class
 
 38. register_options() -> NoneType
 
 39. register_options() -> NoneType
 
 Register options with the option system.
 
 40. register_options() -> NoneType
 reinitialize_for_each_job(...) from builtins.PyCapsulereinitialize_for_each_job(rosetta.protocols.moves.Mover) -> bool
 Inform the Job Distributor (August '08 vintage) whether this object needs to be freshly regenerated on
 each use.
 reinitialize_for_new_input(...) from builtins.PyCapsulereinitialize_for_new_input(rosetta.protocols.moves.Mover) -> bool
 Inform the Job Distributor (August '08 vintage) whether this object needs to be regenerated when the input
 pose is about to change, (for example, if the Mover has special code on the first apply() that is only valid for
 that one input pose).
 reset_status(...) from builtins.PyCapsulereset_status(rosetta.protocols.moves.Mover) -> NoneType
 resets status to SUCCESS, meant to be used before an apply().  The job distributor (august 08 vintage) uses this to ensure non-accumulation of status across apply()s.
 set_current_job(...) from builtins.PyCapsuleset_current_job(self : rosetta.protocols.moves.Mover, job : protocols::jobdist::BasicJob) -> NoneType
 ////////////////////////////end Job Distributor interface////////////////////////////////////////
 set_current_tag(...) from builtins.PyCapsuleset_current_tag(self : rosetta.protocols.moves.Mover, new_tag : str) -> NoneType
 set_input_pose(...) from builtins.PyCapsuleset_input_pose(self : rosetta.protocols.moves.Mover, pose : rosetta.core.pose.Pose) -> NoneType
 setter for poses contained for rms
 set_native_pose(...) from builtins.PyCapsuleset_native_pose(self : rosetta.protocols.moves.Mover, pose : rosetta.core.pose.Pose) -> NoneType
 setter for native poses contained for rms ---- we should get rid of this method? it is widely used, but a bit unsafe
 set_type(...) from builtins.PyCapsuleset_type(self : rosetta.protocols.moves.Mover, setting : str) -> NoneType
 test_move(...) from builtins.PyCapsuletest_move(self : rosetta.protocols.moves.Mover, pose : rosetta.core.pose.Pose) -> NoneType
 : Unit test support function.  Apply one move to a given pose.
 Allows extra test specific functions to be called before applying
 type(...) from builtins.PyCapsuletype(*args, **kwargs)Overloaded function.
 
 1. type(rosetta.protocols.moves.Mover) -> str
 
 2. type(self : rosetta.protocols.moves.Mover, type_in : str) -> NoneType
 |  
 
| class StepWiseMove(builtins.object)
 |  |  | ////////////////////////////////////////////////////////////////// 
 |  |  | Methods defined here: 
 __init__(...) from builtins.PyCapsule__init__(*args, **kwargs)Overloaded function.
 
 1. __init__(rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMove) -> NoneType
 
 2. __init__(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMove, move_element : rosetta.utility.vector1_unsigned_long, attachments : rosetta.utility.vector1_protocols_stepwise_monte_carlo_mover_Attachment, move_type : rosetta.protocols.stepwise.monte_carlo.mover.MoveType) -> NoneType
 
 3. __init__(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMove, move_element : rosetta.utility.vector1_unsigned_long, attachments : rosetta.utility.vector1_protocols_stepwise_monte_carlo_mover_Attachment, move_type : rosetta.protocols.stepwise.monte_carlo.mover.MoveType, submotif_tag : str) -> NoneType
 
 4. __init__(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMove, move_element : rosetta.utility.vector1_unsigned_long, attachment : rosetta.protocols.stepwise.monte_carlo.mover.Attachment, move_type : rosetta.protocols.stepwise.monte_carlo.mover.MoveType) -> NoneType
 
 5. __init__(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMove, moving_res : int, attachments : rosetta.utility.vector1_protocols_stepwise_monte_carlo_mover_Attachment, move_type : rosetta.protocols.stepwise.monte_carlo.mover.MoveType) -> NoneType
 
 6. __init__(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMove, moving_res : int, attachment : rosetta.protocols.stepwise.monte_carlo.mover.Attachment, move_type : rosetta.protocols.stepwise.monte_carlo.mover.MoveType) -> NoneType
 
 7. __init__(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMove, src : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMove) -> NoneType
 
 8. __init__(rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMove, rosetta.utility.vector1_std_string) -> NoneType
 
 doc
 
 9. __init__(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMove, swa_move_string_vector : rosetta.utility.vector1_std_string, full_model_parameters : rosetta.core.pose.full_model_info.FullModelParameters) -> NoneType
 __new__(*args, **kwargs) from builtins.typeCreate and return a new object.  See help(type) for accurate signature.
 __str__(...) from builtins.PyCapsule__str__(rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMove) -> str
 assign(...) from builtins.PyCapsuleassign(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMove,  : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMove) -> rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMove
 attached_res(...) from builtins.PyCapsuleattached_res(rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMove) -> int
 attachment_type(...) from builtins.PyCapsuleattachment_type(rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMove) -> rosetta.protocols.stepwise.monte_carlo.mover.AttachmentType
 attachments(...) from builtins.PyCapsuleattachments(rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMove) -> rosetta.utility.vector1_protocols_stepwise_monte_carlo_mover_Attachment
 is_jump(...) from builtins.PyCapsuleis_jump(rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMove) -> bool
 move_element(...) from builtins.PyCapsulemove_element(rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMove) -> rosetta.utility.vector1_unsigned_long
 move_type(...) from builtins.PyCapsulemove_type(rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMove) -> rosetta.protocols.stepwise.monte_carlo.mover.MoveType
 moving_res(...) from builtins.PyCapsulemoving_res(rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMove) -> int
 set_attachments(...) from builtins.PyCapsuleset_attachments(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMove, setting : rosetta.utility.vector1_protocols_stepwise_monte_carlo_mover_Attachment) -> NoneType
 set_move_element(...) from builtins.PyCapsuleset_move_element(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMove, setting : rosetta.utility.vector1_unsigned_long) -> NoneType
 set_move_type(...) from builtins.PyCapsuleset_move_type(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMove, setting : rosetta.protocols.stepwise.monte_carlo.mover.MoveType) -> NoneType
 submotif_tag(...) from builtins.PyCapsulesubmotif_tag(rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMove) -> str
 |  
 
| class StepWiseMoveSelector(builtins.object)
 |  |  |  | Methods defined here: 
 __init__(...) from builtins.PyCapsule__init__(*args, **kwargs)Overloaded function.
 
 1. __init__(rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMoveSelector) -> NoneType
 
 2. __init__(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMoveSelector, options : protocols::stepwise::monte_carlo::mover::options::StepWiseMoveSelectorOptions) -> NoneType
 
 3. __init__(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMoveSelector, src : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMoveSelector) -> NoneType
 __new__(*args, **kwargs) from builtins.typeCreate and return a new object.  See help(type) for accurate signature.
 allow_delete(...) from builtins.PyCapsuleallow_delete(rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMoveSelector) -> bool
 assign(...) from builtins.PyCapsuleassign(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMoveSelector,  : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMoveSelector) -> rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMoveSelector
 choose_random(...) from builtins.PyCapsulechoose_random(rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMoveSelector) -> bool
 clone(...) from builtins.PyCapsuleclone(rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMoveSelector) -> rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMoveSelector
 figure_out_all_possible_moves(...) from builtins.PyCapsulefigure_out_all_possible_moves(*args, **kwargs)Overloaded function.
 
 1. figure_out_all_possible_moves(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMoveSelector, pose : rosetta.core.pose.Pose) -> bool
 
 2. figure_out_all_possible_moves(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMoveSelector, pose : rosetta.core.pose.Pose, verbose : bool) -> bool
 force_unique_moves(...) from builtins.PyCapsuleforce_unique_moves(rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMoveSelector) -> bool
 get_add_or_delete_element(...) from builtins.PyCapsuleget_add_or_delete_element(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMoveSelector, pose : rosetta.core.pose.Pose, swa_move : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMove) -> NoneType
 get_attachments(...) from builtins.PyCapsuleget_attachments(*args, **kwargs)Overloaded function.
 
 1. get_attachments(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMoveSelector, pose : rosetta.core.pose.Pose, moving_res : int) -> rosetta.utility.vector1_protocols_stepwise_monte_carlo_mover_Attachment
 
 2. get_attachments(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMoveSelector, pose : rosetta.core.pose.Pose, move_element : rosetta.utility.vector1_unsigned_long) -> rosetta.utility.vector1_protocols_stepwise_monte_carlo_mover_Attachment
 get_intramolecular_delete_move_elements(...) from builtins.PyCapsuleget_intramolecular_delete_move_elements(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMoveSelector, pose : rosetta.core.pose.Pose, swa_moves : rosetta.utility.vector1_protocols_stepwise_monte_carlo_mover_StepWiseMove) -> NoneType
 get_resample_internal_local_move_elements(...) from builtins.PyCapsuleget_resample_internal_local_move_elements(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMoveSelector, pose : rosetta.core.pose.Pose, swa_moves : rosetta.utility.vector1_protocols_stepwise_monte_carlo_mover_StepWiseMove) -> NoneType
 get_resample_internal_move_elements(...) from builtins.PyCapsuleget_resample_internal_move_elements(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMoveSelector, pose : rosetta.core.pose.Pose, swa_moves : rosetta.utility.vector1_protocols_stepwise_monte_carlo_mover_StepWiseMove) -> NoneType
 get_resample_move_elements(...) from builtins.PyCapsuleget_resample_move_elements(*args, **kwargs)Overloaded function.
 
 1. get_resample_move_elements(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMoveSelector, pose : rosetta.core.pose.Pose, swa_moves : rosetta.utility.vector1_protocols_stepwise_monte_carlo_mover_StepWiseMove) -> NoneType
 
 2. get_resample_move_elements(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMoveSelector, pose : rosetta.core.pose.Pose, swa_moves : rosetta.utility.vector1_protocols_stepwise_monte_carlo_mover_StepWiseMove, save_moves : bool) -> NoneType
 get_resample_terminal_move_elements(...) from builtins.PyCapsuleget_resample_terminal_move_elements(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMoveSelector, pose : rosetta.core.pose.Pose, swa_moves : rosetta.utility.vector1_protocols_stepwise_monte_carlo_mover_StepWiseMove) -> NoneType
 just_simple_cycles(...) from builtins.PyCapsulejust_simple_cycles(*args, **kwargs)Overloaded function.
 
 1. just_simple_cycles(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMoveSelector, swa_move : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMove, pose : rosetta.core.pose.Pose) -> bool
 
 2. just_simple_cycles(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMoveSelector, swa_move : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMove, pose : rosetta.core.pose.Pose, verbose : bool) -> bool
 options(...) from builtins.PyCapsuleoptions(rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMoveSelector) -> protocols::stepwise::monte_carlo::mover::options::StepWiseMoveSelectorOptions
 output_moves(...) from builtins.PyCapsuleoutput_moves(rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMoveSelector) -> NoneType
 proposal_probability(...) from builtins.PyCapsuleproposal_probability(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMoveSelector, swa_move : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMove) -> float
 reverse_move(...) from builtins.PyCapsulereverse_move(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMoveSelector, swa_move : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMove, pose_before : rosetta.core.pose.Pose, pose_after : rosetta.core.pose.Pose) -> rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMove
 select_random_move(...) from builtins.PyCapsuleselect_random_move(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMoveSelector, pose : rosetta.core.pose.Pose) -> rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMove
 set_allow_delete(...) from builtins.PyCapsuleset_allow_delete(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMoveSelector, setting : bool) -> NoneType
 set_choose_random(...) from builtins.PyCapsuleset_choose_random(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMoveSelector, setting : bool) -> NoneType
 set_force_unique_moves(...) from builtins.PyCapsuleset_force_unique_moves(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMoveSelector, setting : bool) -> NoneType
 set_options(...) from builtins.PyCapsuleset_options(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMoveSelector, setting : protocols::stepwise::monte_carlo::mover::options::StepWiseMoveSelectorOptions) -> NoneType
 set_submotif_library(...) from builtins.PyCapsuleset_submotif_library(self : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMoveSelector, setting : protocols::stepwise::monte_carlo::submotif::SubMotifLibrary) -> NoneType
 submotif_library(...) from builtins.PyCapsulesubmotif_library(rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMoveSelector) -> protocols::stepwise::monte_carlo::submotif::SubMotifLibrary
 swa_moves(...) from builtins.PyCapsuleswa_moves(rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMoveSelector) -> rosetta.utility.vector1_protocols_stepwise_monte_carlo_mover_StepWiseMove
 |  
 
 
| class VaryLoopLengthMover(rosetta.protocols.moves.Mover)
 |  |  | In stepwise design, vary desired loop lengths by updating FullModelParameters 
 |  |  | Method resolution order:VaryLoopLengthMoverrosetta.protocols.moves.Moverbuiltins.object
 Methods defined here:
 
 __init__(...) from builtins.PyCapsule__init__(*args, **kwargs)Overloaded function.
 
 1. __init__(handle) -> NoneType
 
 2. __init__(handle, rosetta.protocols.stepwise.monte_carlo.mover.VaryLoopLengthMover) -> NoneType
 __new__(*args, **kwargs) from builtins.typeCreate and return a new object.  See help(type) for accurate signature.
 apply(...) from builtins.PyCapsuleapply(*args, **kwargs)Overloaded function.
 
 1. apply(self : rosetta.protocols.stepwise.monte_carlo.mover.VaryLoopLengthMover, pose : rosetta.core.pose.Pose, swa_move : rosetta.protocols.stepwise.monte_carlo.mover.StepWiseMove) -> NoneType
 
 2. apply(self : rosetta.protocols.stepwise.monte_carlo.mover.VaryLoopLengthMover, pose : rosetta.core.pose.Pose) -> NoneType
 assign(...) from builtins.PyCapsuleassign(self : rosetta.protocols.stepwise.monte_carlo.mover.VaryLoopLengthMover,  : rosetta.protocols.stepwise.monte_carlo.mover.VaryLoopLengthMover) -> rosetta.protocols.stepwise.monte_carlo.mover.VaryLoopLengthMover
 get_name(...) from builtins.PyCapsuleget_name(rosetta.protocols.stepwise.monte_carlo.mover.VaryLoopLengthMover) -> str
 Methods inherited from rosetta.protocols.moves.Mover:
 
 clear_info(...) from builtins.PyCapsuleclear_info(rosetta.protocols.moves.Mover) -> NoneType
 Strings container can be used to return miscellaneous info (as std::string) from a mover, such as notes about the results of apply(). The job distributor (Apr 09 vintage) will check this function to see if your protocol wants to add string info to the Job that ran this mover. One way this can be useful is that later, a JobOutputter may include/append this info to an output file.
 
 
 clear_info is called by jd2 before calling apply
 clone(...) from builtins.PyCapsuleclone(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
 Return a clone of the Mover object.
 create(...) from builtins.PyCapsulecreate(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
 fresh_instance(...) from builtins.PyCapsulefresh_instance(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
 Generates a new Mover object freshly created with the default ctor.
 get_additional_output(...) from builtins.PyCapsuleget_additional_output(rosetta.protocols.moves.Mover) -> rosetta.core.pose.Pose
 fpd
 
 
 Mechanism by which a mover may return multiple output poses from a single input pose.
 get_current_job(...) from builtins.PyCapsuleget_current_job(rosetta.protocols.moves.Mover) -> protocols::jobdist::BasicJob
 get_current_tag(...) from builtins.PyCapsuleget_current_tag(rosetta.protocols.moves.Mover) -> str
 A tag is a unique identifier used to identify structures produced
 by this Mover. get_current_tag() returns the tag, and set_current_tag( std::string tag )
 sets the tag.  This functionality is not intended for use with the 2008 job distributor.
 get_input_pose(...) from builtins.PyCapsuleget_input_pose(rosetta.protocols.moves.Mover) -> rosetta.core.pose.Pose
 get_last_move_status(...) from builtins.PyCapsuleget_last_move_status(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.MoverStatus
 returns status after an apply().  The job distributor (august 08 vintage) will check this function to see if your protocol wants to filter its results - if your protocol wants to say "that run was no good, skip it" then use the protected last_move_status(MoverStatus) to change the value that this function will return.
 get_native_pose(...) from builtins.PyCapsuleget_native_pose(rosetta.protocols.moves.Mover) -> rosetta.core.pose.Pose
 get_self_ptr(...) from builtins.PyCapsuleget_self_ptr(*args, **kwargs)Overloaded function.
 
 1. get_self_ptr(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
 
 2. get_self_ptr(rosetta.protocols.moves.Mover) -> rosetta.protocols.moves.Mover
 get_self_weak_ptr(...) from builtins.PyCapsuleget_self_weak_ptr(*args, **kwargs)Overloaded function.
 
 1. get_self_weak_ptr(rosetta.protocols.moves.Mover) -> rosetta.std.weak_ptr_const_protocols_moves_Mover_t
 
 2. get_self_weak_ptr(rosetta.protocols.moves.Mover) -> rosetta.std.weak_ptr_protocols_moves_Mover_t
 get_type(...) from builtins.PyCapsuleget_type(rosetta.protocols.moves.Mover) -> str
 info(...) from builtins.PyCapsuleinfo(*args, **kwargs)Overloaded function.
 
 1. info(rosetta.protocols.moves.Mover) -> rosetta.std.list_std_string_std_allocator_std_string_t
 
 non-const accessor
 
 2. info(rosetta.protocols.moves.Mover) -> rosetta.std.list_std_string_std_allocator_std_string_t
 
 const accessor
 last_proposal_density_ratio(...) from builtins.PyCapsulelast_proposal_density_ratio(rosetta.protocols.moves.Mover) -> float
 name(...) from builtins.PyCapsulename() -> str
 register_options(...) from builtins.PyCapsuleregister_options(*args, **kwargs)Overloaded function.
 
 1. register_options() -> NoneType
 
 Overload this static method if you access options within the mover.
 
 
 These options will end up in -help of your application if users of this mover call register_options.
 Do this recursively!
 If you use movers within your mover, call their register_options in your register_options() method.
 
 2. register_options() -> NoneType
 
 3. register_options() -> NoneType
 
 4. register_options() -> NoneType
 
 5. register_options() -> NoneType
 
 6. register_options() -> NoneType
 
 7. register_options() -> NoneType
 
 8. register_options() -> NoneType
 
 9. register_options() -> NoneType
 
 Associates relevant options with the AntibodyModeler class
 
 10. register_options() -> NoneType
 
 Associates relevant options with the AntibodyModeler class
 
 11. register_options() -> NoneType
 
 Associates relevant options with the SnugDock class
 
 12. register_options() -> NoneType
 
 Associates relevant options with the SnugDockProtocol class
 
 13. register_options() -> NoneType
 
 Register the options used by this mover with the global options
 system.
 
 14. register_options() -> NoneType
 
 15. register_options() -> NoneType
 
 Associate relevant options with the TemperedDocking class.
 
 16. register_options() -> NoneType
 
 17. register_options() -> NoneType
 
 18. register_options() -> NoneType
 
 Associates relevant options with the TemperedDocking class.
 
 19. register_options() -> NoneType
 
 20. register_options() -> NoneType
 
 Associates relevant options with the ConstraintSetMover class
 
 21. register_options() -> NoneType
 
 22. register_options() -> NoneType
 
 Associates relevant options with the DockingInitialPerturbation class
 
 23. register_options() -> NoneType
 
 Associates relevant options with the DockingProtocol class
 
 24. register_options() -> NoneType
 
 Associates relevant options with the TemperedDocking class
 
 25. register_options() -> NoneType
 
 26. register_options() -> NoneType
 
 27. register_options() -> NoneType
 
 28. register_options() -> NoneType
 
 register options
 
 29. register_options() -> NoneType
 
 30. register_options() -> NoneType
 
 Registers applicable options
 
 31. register_options() -> NoneType
 
 Register options with the option system.
 
 32. register_options() -> NoneType
 
 33. register_options() -> NoneType
 
 34. register_options() -> NoneType
 
 Associates relevant options with the LoopRefineInnerCycle class
 
 35. register_options() -> NoneType
 
 Associates relevant options with the LoopRefineInnerCycleContainer class
 
 36. register_options() -> NoneType
 
 Associates relevant options with the LoopRefineInnerCycle class
 
 37. register_options() -> NoneType
 
 Associates relevant options with the LoopRefineInnerCycle class
 
 38. register_options() -> NoneType
 
 39. register_options() -> NoneType
 
 Register options with the option system.
 
 40. register_options() -> NoneType
 reinitialize_for_each_job(...) from builtins.PyCapsulereinitialize_for_each_job(rosetta.protocols.moves.Mover) -> bool
 Inform the Job Distributor (August '08 vintage) whether this object needs to be freshly regenerated on
 each use.
 reinitialize_for_new_input(...) from builtins.PyCapsulereinitialize_for_new_input(rosetta.protocols.moves.Mover) -> bool
 Inform the Job Distributor (August '08 vintage) whether this object needs to be regenerated when the input
 pose is about to change, (for example, if the Mover has special code on the first apply() that is only valid for
 that one input pose).
 reset_status(...) from builtins.PyCapsulereset_status(rosetta.protocols.moves.Mover) -> NoneType
 resets status to SUCCESS, meant to be used before an apply().  The job distributor (august 08 vintage) uses this to ensure non-accumulation of status across apply()s.
 set_current_job(...) from builtins.PyCapsuleset_current_job(self : rosetta.protocols.moves.Mover, job : protocols::jobdist::BasicJob) -> NoneType
 ////////////////////////////end Job Distributor interface////////////////////////////////////////
 set_current_tag(...) from builtins.PyCapsuleset_current_tag(self : rosetta.protocols.moves.Mover, new_tag : str) -> NoneType
 set_input_pose(...) from builtins.PyCapsuleset_input_pose(self : rosetta.protocols.moves.Mover, pose : rosetta.core.pose.Pose) -> NoneType
 setter for poses contained for rms
 set_native_pose(...) from builtins.PyCapsuleset_native_pose(self : rosetta.protocols.moves.Mover, pose : rosetta.core.pose.Pose) -> NoneType
 setter for native poses contained for rms ---- we should get rid of this method? it is widely used, but a bit unsafe
 set_type(...) from builtins.PyCapsuleset_type(self : rosetta.protocols.moves.Mover, setting : str) -> NoneType
 test_move(...) from builtins.PyCapsuletest_move(self : rosetta.protocols.moves.Mover, pose : rosetta.core.pose.Pose) -> NoneType
 : Unit test support function.  Apply one move to a given pose.
 Allows extra test specific functions to be called before applying
 type(...) from builtins.PyCapsuletype(*args, **kwargs)Overloaded function.
 
 1. type(rosetta.protocols.moves.Mover) -> str
 
 2. type(self : rosetta.protocols.moves.Mover, type_in : str) -> NoneType
 |  |