|
Rosetta 3.5
|
#include <FragData.hh>


Public Member Functions | |
| FragData () | |
| FragData (SingleResidueFragDataOP, core::Size n) | |
| virtual | ~FragData () |
| virtual FragDataOP | clone () const |
| virtual Size | apply (kinematics::MoveMap const &, pose::Pose &, Size start, Size end) const |
| virtual Size | apply (kinematics::MoveMap const &, pose::Pose &, Frame const &) const |
| virtual Size | apply (pose::Pose &, Frame const &) const |
| virtual Size | apply (pose::Pose &, Size start, Size end) const |
| virtual Size | apply_ss (kinematics::MoveMap const &, std::string &ss, Frame const &) const |
| virtual Size | is_applicable (kinematics::MoveMap const &, Size start, Size end) const |
| virtual Size | is_applicable (kinematics::MoveMap const &, Frame const &) const |
| virtual bool | steal (pose::Pose const &, Size start, Size end) |
| virtual bool | steal (pose::Pose const &, Frame const &) |
| bool | is_compatible (FragData const &frag_data) const |
| bool | is_valid () const |
| Size | size () const |
| char | secstruct (Size const pos) const |
| char | sequence (Size const pos) const |
| std::string | secstruct () const |
| std::string | sequence () const |
| void | set_sequence (Size const pos, char const setting) |
| void | set_residue (Size pos, SingleResidueFragDataOP res) |
| void | add_residue (SingleResidueFragDataOP res) |
| SingleResidueFragDataCOP | get_residue (core::Size pos) const |
| FragDataOP | generate_sub_fragment (Size start, Size stop) |
| virtual void | show (std::ostream &out) const |
| virtual void | show (std::ostream &out, Frame const &) const |
| virtual void | show_classic (std::ostream &out) const |
| void | set_valid (bool setting=true) |
| virtual std::string | pdbid () const |
| Returns the PDB identifier if it has been specified, "no_pdb" otherwise. More... | |
| virtual char | chain () const |
| Returns the chain if it has been specified, '_' otherwise. More... | |
| virtual Size | pdbpos () const |
| void | set_score (Real score) |
| Set a score value for this fragment. More... | |
| Real | score () |
| Returns the score for this fragment. More... | |
Protected Member Functions | |
| FragData (Size nr_res) | |
Private Types | |
| typedef utility::vector1 < SingleResidueFragDataOP > | SRFD_List |
Private Attributes | |
| SRFD_List | data_ |
| bool | valid_ |
| Real | score_ |
Definition at line 47 of file FragData.hh.
|
private |
Definition at line 48 of file FragData.hh.
|
inline |
Definition at line 51 of file FragData.hh.
Referenced by clone(), and generate_sub_fragment().
| core::fragment::FragData::FragData | ( | SingleResidueFragDataOP | SRFD, |
| core::Size | n | ||
| ) |
Definition at line 67 of file FragData.cc.
References data_.
|
inlinevirtual |
Definition at line 58 of file FragData.hh.
|
inlineprotected |
Definition at line 176 of file FragData.hh.
|
inline |
Definition at line 129 of file FragData.hh.
References data_.
|
virtual |
Definition at line 82 of file FragData.cc.
References data_, is_valid(), protocols::loops::start, and core::pose::Pose::total_residue().
Referenced by protocols::antibody::CDRH3Modeler::antibody_modeling_insert_ter(), protocols::antibody2::H3CterInsert::apply(), apply(), core::fragment::Frame::apply(), protocols::simple_moves::SymmetricFragmentMover::apply_fragment(), protocols::simple_moves::GunnCost::compute_gunn(), and core::fragment::Frame::fragment_as_pose().
|
virtual |
Definition at line 109 of file FragData.cc.
References apply(), data_, core::fragment::Frame::end(), core::fragment::Frame::is_continuous(), is_valid(), core::fragment::Frame::length(), core::fragment::Frame::seqpos(), size(), core::fragment::Frame::start(), and core::pose::Pose::total_residue().
|
virtual |
Definition at line 126 of file FragData.cc.
References data_, is_valid(), core::fragment::Frame::length(), core::fragment::Frame::seqpos(), size(), and core::pose::Pose::total_residue().
|
virtual |
Definition at line 97 of file FragData.cc.
References data_, is_valid(), and protocols::loops::start.
|
virtual |
Definition at line 139 of file FragData.cc.
References data_, and is_valid().
Referenced by core::fragment::Frame::apply_ss().
|
inlinevirtual |
Returns the chain if it has been specified, '_' otherwise.
Reimplemented in core::fragment::AnnotatedFragData.
Definition at line 156 of file FragData.hh.
|
virtual |
Reimplemented in core::fragment::AnnotatedFragData.
Definition at line 74 of file FragData.cc.
References data_, FragData(), and size().
Referenced by core::fragment::AnnotatedFragData::clone().
| FragDataOP core::fragment::FragData::generate_sub_fragment | ( | Size | start, |
| Size | stop | ||
| ) |
Definition at line 203 of file FragData.cc.
References data_, FragData(), size(), and protocols::loops::stop.
|
inline |
Definition at line 133 of file FragData.hh.
References data_.
|
virtual |
Definition at line 152 of file FragData.cc.
References data_, and core::sequence::end.
Referenced by is_applicable(), and core::fragment::Frame::is_applicable().
|
virtual |
Definition at line 162 of file FragData.cc.
References data_, core::fragment::Frame::end(), is_applicable(), core::fragment::Frame::is_continuous(), core::fragment::Frame::length(), size(), and core::fragment::Frame::start().
Definition at line 214 of file FragData.cc.
Referenced by core::fragment::Frame::is_mergeable().
|
inline |
Definition at line 86 of file FragData.hh.
References valid_.
Referenced by apply(), apply_ss(), core::fragment::FragID::is_valid(), core::fragment::Frame::is_valid(), and show().
|
inlinevirtual |
Returns the PDB identifier if it has been specified, "no_pdb" otherwise.
Reimplemented in core::fragment::AnnotatedFragData.
Definition at line 151 of file FragData.hh.
Referenced by show().
|
inlinevirtual |
Reimplemented in core::fragment::AnnotatedFragData.
Definition at line 161 of file FragData.hh.
Referenced by show().
|
inline |
Returns the score for this fragment.
Definition at line 171 of file FragData.hh.
References score_.
Referenced by set_score().
|
inline |
Definition at line 94 of file FragData.hh.
References data_.
|
inline |
Definition at line 102 of file FragData.hh.
References size(), and protocols::kinmatch::str().
|
inline |
Definition at line 98 of file FragData.hh.
References data_, and sequence().
|
inline |
Definition at line 110 of file FragData.hh.
References size(), and protocols::kinmatch::str().
Referenced by sequence().
|
inline |
Definition at line 122 of file FragData.hh.
References data_.
|
inline |
Set a score value for this fragment.
Definition at line 166 of file FragData.hh.
|
inline |
Definition at line 118 of file FragData.hh.
References data_.
|
inline |
|
virtual |
Definition at line 238 of file FragData.cc.
References data_, is_valid(), pdbid(), and pdbpos().
Referenced by core::fragment::operator<<(), core::fragment::Frame::show_classic(), and core::fragment::Frame::show_fragments().
|
virtual |
Definition at line 223 of file FragData.cc.
References data_, is_valid(), pdbid(), pdbpos(), and core::fragment::Frame::seqpos().
|
virtual |
Definition at line 251 of file FragData.cc.
References data_.
|
inline |
Definition at line 90 of file FragData.hh.
References data_.
Referenced by apply(), clone(), generate_sub_fragment(), is_applicable(), is_compatible(), secstruct(), sequence(), and steal().
|
virtual |
Definition at line 176 of file FragData.cc.
References data_, core::sequence::end, set_valid(), and core::pose::Pose::total_residue().
Referenced by steal().
|
virtual |
Definition at line 188 of file FragData.cc.
References data_, core::fragment::Frame::end(), core::fragment::Frame::is_continuous(), core::fragment::Frame::length(), core::fragment::Frame::seqpos(), set_valid(), size(), core::fragment::Frame::start(), steal(), and core::pose::Pose::total_residue().
|
private |
Definition at line 176 of file FragData.hh.
Referenced by add_residue(), apply(), apply_ss(), clone(), FragData(), generate_sub_fragment(), get_residue(), is_applicable(), is_compatible(), secstruct(), sequence(), set_residue(), set_sequence(), show(), show_classic(), size(), and steal().
|
private |
Definition at line 184 of file FragData.hh.
Referenced by score(), and set_score().
|
private |
Definition at line 182 of file FragData.hh.
Referenced by is_valid(), and set_valid().
1.8.4