|
Rosetta 3.5
|
#include <TemplateHistory.hh>


Public Member Functions | |
| TemplateHistory (core::pose::Pose &pose) | |
| basic::datacache::CacheableDataOP | clone () const |
| void | setall (int template_id) |
| void | set (core::Size res_start, core::Size res_stop, int template_id) |
| int | get (core::Size resid) |
| core::Size | size () |
Private Attributes | |
| utility::vector1< int > | history_ |
Definition at line 30 of file TemplateHistory.hh.
| protocols::hybridization::TemplateHistory::TemplateHistory | ( | core::pose::Pose & | pose) |
Definition at line 31 of file TemplateHistory.cc.
References history_, and core::pose::Pose::total_residue().
Referenced by clone().
|
inline |
Definition at line 34 of file TemplateHistory.hh.
References TemplateHistory().
| int protocols::hybridization::TemplateHistory::get | ( | core::Size | resid) |
Definition at line 38 of file TemplateHistory.cc.
References history_.
| void protocols::hybridization::TemplateHistory::set | ( | core::Size | res_start, |
| core::Size | res_stop, | ||
| int | template_id | ||
| ) |
Definition at line 52 of file TemplateHistory.cc.
References history_.
Referenced by protocols::hybridization::CartesianHybridize::apply(), and protocols::hybridization::InsertChunkMover::set_bb_xyz_aligned().
| void protocols::hybridization::TemplateHistory::setall | ( | int | template_id) |
Definition at line 46 of file TemplateHistory.cc.
References history_.
|
inline |
Definition at line 41 of file TemplateHistory.hh.
References history_.
|
private |
Definition at line 44 of file TemplateHistory.hh.
Referenced by get(), set(), setall(), size(), and TemplateHistory().
1.8.4