![]() |
Rosetta
2021.16
|
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
| typedef VallSection::PageConstIterator core::fragment::picking_old::vall::scores::VallFragmentScore::PageConstIterator |
typedef for Bookmark concept
| typedef PageConstIterator core::fragment::picking_old::vall::scores::VallFragmentScore::VallResidueConstIterator |
|
inline |
default constructor
|
inline |
copy constructor
|
inlinevirtual |
default destructor
|
inline |
compute distance (effectively the length of the extent) from begin -> end
References core::kinematics::distance(), extent_begin, and extent_end.
|
inline |
'<' comparison
References score.
|
inline |
copy assignment
References extent_begin, extent_end, and score.
|
inlinevirtual |
return string describing contents or status
References score.
Referenced by core::fragment::picking_old::vall::scores::operator<<().
|
friend |
friend declaration for stream operator << using virtual friend idiom
| VallResidueConstIterator core::fragment::picking_old::vall::scores::VallFragmentScore::extent_begin |
points to the beginning of the fragment
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
Referenced by distance(), core::fragment::picking_old::vall::eval::VallFragmentEval::operator()(), and operator=().
| Real core::fragment::picking_old::vall::scores::VallFragmentScore::score |
1.8.7