Rosetta
|
#include <LeeRichards.hh>
Public Member Functions | |
MultiProbePoseAccumulator (core::pose::Pose &_pose, std::string const &tag="") | |
void | accumulate_area (core::id::AtomID id, core::Real area, bool buried) override |
void | accumulate_dxdy (core::id::AtomID id, core::Real dx, core::Real dy, bool buried) override |
void | set_pr_idx (Size pr_idx) |
core::Size | get_pr_idx () |
void | show (std::ostream &out) |
Public Attributes | |
core::id::AtomID_Map< LR_MP_AtomData > | atom_map_ |
core::Size | pr_idx_ |
core::pose::Pose | pose_ |
std::string | tag_ |
core::scoring::packstat::MultiProbePoseAccumulator::MultiProbePoseAccumulator | ( | core::pose::Pose & | _pose, |
std::string const & | tag = "" |
||
) |
References atom_map_, core::pose::initialize_atomid_map_heavy_only(), and pose_.
|
inlineoverridevirtual |
Implements core::scoring::packstat::Accumulator.
|
inlineoverridevirtual |
Implements core::scoring::packstat::Accumulator.
|
inline |
References pr_idx_.
|
inline |
References pr_idx_.
void core::scoring::packstat::MultiProbePoseAccumulator::show | ( | std::ostream & | out | ) |
core::id::AtomID_Map<LR_MP_AtomData> core::scoring::packstat::MultiProbePoseAccumulator::atom_map_ |
Referenced by accumulate_area(), accumulate_dxdy(), MultiProbePoseAccumulator(), and show().
core::pose::Pose core::scoring::packstat::MultiProbePoseAccumulator::pose_ |
Referenced by MultiProbePoseAccumulator(), and show().
core::Size core::scoring::packstat::MultiProbePoseAccumulator::pr_idx_ |
Referenced by accumulate_area(), accumulate_dxdy(), get_pr_idx(), and set_pr_idx().
std::string core::scoring::packstat::MultiProbePoseAccumulator::tag_ |
Referenced by show().