|
static basic::Tracer | TR ("core.indexed_structure_store.pose_utility") |
|
ResidueEntry | protocols::indexed_structure_store::extract_residue_entry (core::conformation::Residue const &res) |
|
ndarray::Array< ResidueEntry, 1 > | protocols::indexed_structure_store::extract_residue_entries (core::pose::Pose const &pose, bool ignore_non_protein) |
|
void | protocols::indexed_structure_store::apply_residue_entries_to_pose (ndarray::Array< ResidueEntry, 1 > residue_entries, core::pose::Pose &pose, core::Size start_residue, bool apply_bb, bool apply_sidechain, bool apply_orient) |
|
core::pose::PoseOP | protocols::indexed_structure_store::residue_entries_to_pose (ndarray::Array< protocols::indexed_structure_store::ResidueEntry, 1 > residue_entries, std::string residue_type, bool auto_termini) |
|
template<typename Range > |
std::string | protocols::indexed_structure_store::to_str (Range range) |
|
template<typename Range , typename Op > |
std::vector< size_t > | protocols::indexed_structure_store::index_if (Range const &r, Op &pred) |
|
core::pose::PoseOP | protocols::indexed_structure_store::initial_pose_for_residues (ndarray::Array< protocols::indexed_structure_store::ResidueEntry, 1 > residue_entries, std::string residue_type, bool auto_termini) |
|