Rosetta
|
#include <james_util.hh>
Public Member Functions | |
DistanceMatrix (core::pose::Pose const &pose, std::string const &atom_name) | |
void | calculate_distances (core::pose::Pose const &pose) |
std::string | atom_name () const |
core::Real | distance (core::Size const ii, core::Size const jj) const |
![]() | |
VirtualBase ()=default | |
Default constructor. More... | |
virtual | ~VirtualBase ()=default |
The virtual destructor is one of the main reasons for the VirtualBase class. More... | |
VirtualBase (VirtualBase const &)=default | |
VirtualBase (VirtualBase &&)=default | |
VirtualBase & | operator= (VirtualBase const &)=default |
VirtualBase & | operator= (VirtualBase &&)=default |
Private Attributes | |
std::string | atom_name_ |
utility::vector1< utility::vector1< core::Real > > | distances_ |
|
inline |
References calculate_distances(), and beta_nonlocal::pose.
|
inline |
References atom_name_.
Referenced by calculate_distances().
|
inline |
References atom_name(), dist(), distances_, create_a3b_hbs::ii, beta_nonlocal::jj, and beta_nonlocal::pose.
Referenced by DistanceMatrix().
|
inline |
References distances_, create_a3b_hbs::ii, and beta_nonlocal::jj.
Referenced by main().
|
private |
Referenced by atom_name().
|
private |
Referenced by calculate_distances(), and distance().