|
Rosetta 3.5
|
a class for collection of fragments for a single residue position More...
#include <TorsionFragment.hh>


Public Member Functions | |
| virtual | ~SingleResidueTorsionFragmentLibrary () |
| void | insert_fragment (TorsionFragmentOP fragment) |
| insert one piece of fragment in the front More... | |
| void | append_fragment (TorsionFragmentOP fragment) |
| append one piece of fragment at the end More... | |
| Size | size () const |
| number of available fragment pieces for this position More... | |
| TorsionFragment const & | operator[] (Size const index) const |
| overloaded [] operator to get single piece of fragment (actual object, not owning pointers) More... | |
Private Attributes | |
| utility::vector1 < TorsionFragmentOP > | fragments_ |
| a collection of TorsionFragments (by owning pointers) More... | |
a class for collection of fragments for a single residue position
essentially a vector of TorsionFragment (owning pointers)
Definition at line 127 of file TorsionFragment.hh.
|
virtual |
Code duplication alert: TorsionFragment is going to be phased out Please avoid writing any new code using these classes: look in core/fragment/ instead look in /protocols/abinitio/FragmentMover for usage examples
Definition at line 248 of file TorsionFragment.cc.
|
inline |
append one piece of fragment at the end
Definition at line 147 of file TorsionFragment.hh.
References fragments_.
Referenced by protocols::frags::TorsionFragmentLibrary::read_file().
|
inline |
insert one piece of fragment in the front
Definition at line 140 of file TorsionFragment.hh.
References fragments_.
Referenced by protocols::frags::VallData::get_frags().
|
inline |
overloaded [] operator to get single piece of fragment (actual object, not owning pointers)
Definition at line 161 of file TorsionFragment.hh.
References fragments_.
|
inline |
number of available fragment pieces for this position
Definition at line 154 of file TorsionFragment.hh.
References fragments_.
Referenced by protocols::frags::TorsionFragmentLibrary::derive_from_src_lib().
|
private |
a collection of TorsionFragments (by owning pointers)
Definition at line 169 of file TorsionFragment.hh.
Referenced by append_fragment(), insert_fragment(), operator[](), and size().
1.8.4