Rosetta Protocols  2015.25
Functions
protocols::interface Namespace Reference

Functions

utility::vector1< boolselect_interface_residues (core::pose::Pose const &pose, std::string interface, core::Size interface_distance)
 Get a set of interface residues using the dock_chains interface string: Ex: LH_A. More...
 

Function Documentation

utility::vector1< bool > protocols::interface::select_interface_residues ( core::pose::Pose const &  pose,
std::string  interface,
core::Size  interface_distance 
)

Get a set of interface residues using the dock_chains interface string: Ex: LH_A.

Uses Steven's InterGroupNeighborsCalculator. Does not require pose to have specific foldtree.

References core::pose::Pose::chain(), debug_assert, core::pose::Pose::metric(), utility::string_split(), core::pose::Pose::total_residue(), and utility_exit_with_message.

Referenced by protocols::antibody::select_epitope_residues().