![]() |
Rosetta
2021.16
|
#include <FragID.hh>
Public Member Functions | |
| FragID () | |
| FragID (FrameCOP frame, Size frag_id) | |
| FragID (FragID const &) | |
| ~FragID () | |
| FragID & | operator= (FragID const &rhs) |
| FrameCOP | frame_ptr () const |
| Frame const & | frame () const |
| Size | id () const |
| FragData const & | fragment () const |
| FragDataCOP | fragment_ptr () const |
| Size | apply (kinematics::MoveMap const &mm, pose::Pose &pose) const |
| Size | apply (pose::Pose &pose) const |
| bool | is_valid () const |
| Size | apply_ss (kinematics::MoveMap const &mm, std::string &ss) const |
| bool | operator== (FragID const &other) const |
| Equality operator (previously free when FragID derived from std::pair). More... | |
| bool | operator< (FragID const &other) const |
| Comparison operator (previously free when FragID derived from std::pair). More... | |
Public Attributes | |
| FrameCOP | first |
| TEMP! soon to be private! More... | |
| Size | second |
| core::fragment::FragID::FragID | ( | ) |
|
default |
|
default |
| Size core::fragment::FragID::apply | ( | kinematics::MoveMap const & | mm, |
| pose::Pose & | pose | ||
| ) | const |
References core::fragment::Frame::apply(), and frame().
Referenced by protocols::loops::loop_closure::ccd::SlidingWindowLoopClosure::select_final_loop().
| Size core::fragment::FragID::apply | ( | pose::Pose & | pose | ) | const |
References core::fragment::Frame::apply(), and frame().
| Size core::fragment::FragID::apply_ss | ( | kinematics::MoveMap const & | mm, |
| std::string & | ss | ||
| ) | const |
References core::fragment::Frame::apply_ss(), and frame().
| FragData const & core::fragment::FragID::fragment | ( | ) | const |
References core::fragment::Frame::fragment(), and frame().
Referenced by is_valid().
| FragDataCOP core::fragment::FragID::fragment_ptr | ( | ) | const |
References core::fragment::Frame::fragment_ptr(), and frame().
Referenced by core::fragment::FragSet::add().
| Frame const & core::fragment::FragID::frame | ( | ) | const |
References first.
Referenced by core::fragment::FragSet::add(), apply(), apply_ss(), fragment(), fragment_ptr(), core::fragment::CacheWrapper< protocols::simple_moves::GunnTuple, MapCacheUnit< protocols::simple_moves::GunnTuple > >::retrieve(), and core::fragment::CacheWrapper< protocols::simple_moves::GunnTuple, MapCacheUnit< protocols::simple_moves::GunnTuple > >::store().
| FrameCOP core::fragment::FragID::frame_ptr | ( | ) | const |
References first.
Referenced by is_valid().
| Size core::fragment::FragID::id | ( | ) | const |
References second.
Referenced by core::fragment::FragSet::add(), is_valid(), core::fragment::CacheWrapper< protocols::simple_moves::GunnTuple, MapCacheUnit< protocols::simple_moves::GunnTuple > >::retrieve(), and core::fragment::CacheWrapper< protocols::simple_moves::GunnTuple, MapCacheUnit< protocols::simple_moves::GunnTuple > >::store().
| bool core::fragment::FragID::is_valid | ( | ) | const |
References fragment(), frame_ptr(), id(), and core::fragment::FragData::is_valid().
Referenced by protocols::loops::loop_closure::ccd::WidthFirstSlidingWindowLoopClosure::sample_loops(), protocols::loops::loop_closure::ccd::SlidingWindowLoopClosure::sample_loops(), and protocols::loops::loop_closure::ccd::SlidingWindowLoopClosure::select_final_loop().
| FrameCOP core::fragment::FragID::first |
TEMP! soon to be private!
Pretend this is a std pair
Referenced by frame(), frame_ptr(), operator<(), operator=(), and operator==().
| Size core::fragment::FragID::second |
Referenced by id(), operator<(), operator=(), and operator==().
1.8.7