![]() |
Rosetta Protocols
2014.35
|
#include <SWA_Move.hh>
Public Member Functions | |
SWA_Move () | |
SWA_Move (MoveElement const &move_element, Attachments const &attachments, MoveType const &move_type) | |
SWA_Move (MoveElement const &move_element, Attachment const &attachment, MoveType const &move_type) | |
SWA_Move (Size const moving_res, Attachments const &attachments, MoveType const &move_type) | |
SWA_Move (Size const moving_res, Attachment const &attachment, MoveType const &move_type) | |
SWA_Move (SWA_Move const &src) | |
SWA_Move (utility::vector1< std::string > swa_move_string_vector) | |
SWA_Move & | operator= (SWA_Move const &src) |
~SWA_Move () | |
void | set_move_element (MoveElement const &setting) |
MoveElement | move_element () const |
Size | moving_res () const |
Size | attached_res () const |
AttachmentType | attachment_type () const |
void | set_attachments (Attachments const &setting) |
Attachments | attachments () const |
void | set_move_type (MoveType const &setting) |
MoveType | move_type () const |
bool | is_jump () |
Private Attributes | |
MoveElement | move_element_ |
Attachments | attachments_ |
MoveType | move_type_ |
protocols::stepwise::monte_carlo::SWA_Move::SWA_Move | ( | ) |
protocols::stepwise::monte_carlo::SWA_Move::SWA_Move | ( | MoveElement const & | move_element, |
Attachments const & | attachments, | ||
MoveType const & | move_type | ||
) |
protocols::stepwise::monte_carlo::SWA_Move::SWA_Move | ( | MoveElement const & | move_element, |
Attachment const & | attachment, | ||
MoveType const & | move_type | ||
) |
References make_vector1().
protocols::stepwise::monte_carlo::SWA_Move::SWA_Move | ( | Size const | moving_res, |
Attachments const & | attachments, | ||
MoveType const & | move_type | ||
) |
protocols::stepwise::monte_carlo::SWA_Move::SWA_Move | ( | Size const | moving_res, |
Attachment const & | attachment, | ||
MoveType const & | move_type | ||
) |
References make_vector1().
protocols::stepwise::monte_carlo::SWA_Move::SWA_Move | ( | SWA_Move const & | src | ) |
protocols::stepwise::monte_carlo::SWA_Move::SWA_Move | ( | utility::vector1< std::string > | swa_move_string_vector | ) |
protocols::stepwise::monte_carlo::SWA_Move::~SWA_Move | ( | ) |
Size protocols::stepwise::monte_carlo::SWA_Move::attached_res | ( | ) | const |
References attachments_, and runtime_assert.
Referenced by protocols::stepwise::monte_carlo::mover::AddMover::apply(), and protocols::stepwise::monte_carlo::mover::ResampleMover::get_remodel_res().
AttachmentType protocols::stepwise::monte_carlo::SWA_Move::attachment_type | ( | ) | const |
References attachments_, and runtime_assert.
Referenced by protocols::stepwise::monte_carlo::mover::AddMover::append_other_pose(), protocols::stepwise::monte_carlo::mover::AddMover::append_residue(), protocols::stepwise::monte_carlo::mover::AddMover::apply(), protocols::stepwise::monte_carlo::mover::ResampleMover::apply(), protocols::stepwise::monte_carlo::mover::AddMover::do_append(), protocols::stepwise::monte_carlo::mover::AddMover::prepend_other_pose(), protocols::stepwise::monte_carlo::mover::AddMover::prepend_residue(), and SWA_Move().
|
inline |
|
inline |
References protocols::stepwise::monte_carlo::JUMP_INTERCHAIN, protocols::stepwise::monte_carlo::JUMP_TO_NEXT_IN_CHAIN, and protocols::stepwise::monte_carlo::JUMP_TO_PREV_IN_CHAIN.
Referenced by protocols::stepwise::monte_carlo::mover::AddMover::append_other_pose(), protocols::stepwise::monte_carlo::mover::AddMover::append_residue(), protocols::stepwise::monte_carlo::mover::AddMover::prepend_other_pose(), and protocols::stepwise::monte_carlo::mover::AddMover::prepend_residue().
|
inline |
Referenced by protocols::stepwise::monte_carlo::mover::AddOrDeleteMover::apply(), protocols::stepwise::monte_carlo::mover::ResampleMover::apply(), protocols::stepwise::monte_carlo::SWA_MoveSelector::filter_by_sample_res(), protocols::stepwise::monte_carlo::mover::ResampleMover::get_remodel_res(), and protocols::stepwise::monte_carlo::operator<<().
|
inline |
Referenced by protocols::stepwise::monte_carlo::mover::AddOrDeleteMover::apply(), protocols::stepwise::monte_carlo::mover::ResampleMover::apply(), protocols::stepwise::monte_carlo::StepWiseMonteCarlo::do_test_move(), protocols::stepwise::monte_carlo::SWA_MoveSelector::filter_by_sample_res(), and protocols::stepwise::monte_carlo::operator<<().
Size protocols::stepwise::monte_carlo::SWA_Move::moving_res | ( | ) | const |
References move_element_, and runtime_assert.
Referenced by protocols::stepwise::monte_carlo::mover::AddMover::apply(), and protocols::stepwise::monte_carlo::mover::ResampleMover::apply().
References attachments_, move_element_, and move_type_.
|
inline |
|
inline |
|
inline |
|
private |
Referenced by attached_res(), attachment_type(), operator=(), and SWA_Move().
|
private |
Referenced by moving_res(), operator=(), and SWA_Move().
|
private |
Referenced by operator=(), and SWA_Move().