|
Rosetta 3.5
|
the base Vall FragmentScore struct More...
#include <VallFragmentScore.hh>

Public Types | |
| typedef core::Real | Real |
| typedef VallSection::PageConstIterator | PageConstIterator |
| typedef for Bookmark concept More... | |
| typedef PageConstIterator | VallResidueConstIterator |
Public Member Functions | |
| VallFragmentScore () | |
| default constructor More... | |
| VallFragmentScore (VallFragmentScore const &rval) | |
| copy constructor More... | |
| virtual | ~VallFragmentScore () |
| default destructor More... | |
| VallFragmentScore & | operator= (VallFragmentScore const &rval) |
| copy assignment More... | |
| bool | operator< (VallFragmentScore const &rval) const |
| '<' comparison More... | |
| virtual std::string | to_string () const |
| return string describing contents or status More... | |
| Size | distance () const |
| compute distance (effectively the length of the extent) from begin -> end More... | |
Public Attributes | |
| VallResidueConstIterator | extent_begin |
| points to the beginning of the fragment More... | |
| VallResidueConstIterator | extent_end |
| points just beyond the end of the fragment More... | |
| Real | score |
| the cumulative score More... | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, VallFragmentScore const &s) |
| friend declaration for stream operator << using virtual friend idiom More... | |
the base Vall FragmentScore struct
Definition at line 43 of file VallFragmentScore.hh.
| typedef VallSection::PageConstIterator core::fragment::picking_old::vall::scores::VallFragmentScore::PageConstIterator |
typedef for Bookmark concept
Definition at line 56 of file VallFragmentScore.hh.
Definition at line 49 of file VallFragmentScore.hh.
| typedef PageConstIterator core::fragment::picking_old::vall::scores::VallFragmentScore::VallResidueConstIterator |
Definition at line 62 of file VallFragmentScore.hh.
|
inline |
default constructor
Definition at line 77 of file VallFragmentScore.hh.
|
inline |
copy constructor
Definition at line 84 of file VallFragmentScore.hh.
|
inlinevirtual |
default destructor
Definition at line 94 of file VallFragmentScore.hh.
|
inline |
compute distance (effectively the length of the extent) from begin -> end
Definition at line 142 of file VallFragmentScore.hh.
References core::kinematics::distance(), extent_begin, and extent_end.
|
inline |
|
inline |
copy assignment
Definition at line 102 of file VallFragmentScore.hh.
References extent_begin, extent_end, and score.
|
inlinevirtual |
return string describing contents or status
Definition at line 129 of file VallFragmentScore.hh.
References score.
Referenced by core::fragment::picking_old::vall::scores::operator<<().
|
friend |
friend declaration for stream operator << using virtual friend idiom
Definition at line 168 of file VallFragmentScore.hh.
| VallResidueConstIterator core::fragment::picking_old::vall::scores::VallFragmentScore::extent_begin |
points to the beginning of the fragment
Definition at line 151 of file VallFragmentScore.hh.
Referenced by distance(), core::fragment::picking_old::vall::eval::VallFragmentEval::operator()(), and operator=().
| VallResidueConstIterator core::fragment::picking_old::vall::scores::VallFragmentScore::extent_end |
points just beyond the end of the fragment
Definition at line 155 of file VallFragmentScore.hh.
Referenced by distance(), core::fragment::picking_old::vall::eval::VallFragmentEval::operator()(), and operator=().
| Real core::fragment::picking_old::vall::scores::VallFragmentScore::score |
the cumulative score
Definition at line 159 of file VallFragmentScore.hh.
Referenced by core::fragment::picking_old::vall::eval::ABEGOEval::eval_impl(), core::fragment::picking_old::vall::eval::IdentityEval::eval_impl(), core::fragment::picking_old::vall::eval::EnergyEval::eval_impl(), operator<(), operator=(), and to_string().
1.8.4