|
Rosetta 3.5
|
DipolarCouplings are mainly handled by this class related classed: DC — a single line in an DC file - representing a single dc coupling DipolarCouplingEnergy – an energy method which triggers computations handled by this class. More...
#include <DipolarCoupling.hh>


Public Types | |
| typedef core::Size | Size |
| typedef utility::vector1 < core::scoring::DC > | DC_lines |
Public Member Functions | |
| DipolarCoupling (std::string const &filename="") | |
| standard c'stor – will access option -in:file:dc to read DC data More... | |
| DipolarCoupling (DipolarCoupling const &other) | |
| DipolarCoupling & | operator= (DipolarCoupling const &other) |
| ~DipolarCoupling () | |
| basic::datacache::CacheableDataOP | clone () const |
| core::Real | compute_dcscore (core::pose::Pose &pose) |
| compute dc score for given pose (non-constant due to membrane) More... | |
| void | show (std::ostream &) const |
| DC_lines const & | get_DC_data () const |
| get the raw DC data More... | |
Private Member Functions | |
| void | read_DC_file (std::string const &filename) |
| read DC data from file More... | |
| void | read_DC_file () |
Private Attributes | |
| DC_lines | All_DC_lines_ |
| some internal buffers in More... | |
DipolarCouplings are mainly handled by this class related classed: DC — a single line in an DC file - representing a single dc coupling DipolarCouplingEnergy – an energy method which triggers computations handled by this class.
Definition at line 40 of file DipolarCoupling.hh.
Definition at line 45 of file DipolarCoupling.hh.
Definition at line 44 of file DipolarCoupling.hh.
|
inline |
standard c'stor – will access option -in:file:dc to read DC data
Definition at line 50 of file DipolarCoupling.hh.
References protocols::abinitio::filename(), and read_DC_file().
Referenced by clone().
| core::scoring::DipolarCoupling::DipolarCoupling | ( | DipolarCoupling const & | other) |
Definition at line 114 of file DipolarCoupling.cc.
References All_DC_lines_.
|
inline |
Definition at line 65 of file DipolarCoupling.hh.
|
inline |
Definition at line 68 of file DipolarCoupling.hh.
References DipolarCoupling().
| Real core::scoring::DipolarCoupling::compute_dcscore | ( | core::pose::Pose & | pose) |
compute dc score for given pose (non-constant due to membrane)
Definition at line 201 of file DipolarCoupling.cc.
References All_DC_lines_, core::scoring::dc, core::scoring::DC::f1ij_, core::scoring::DC::f2ij_, core::scoring::nonconst_MembraneEmbed_from_pose(), core::scoring::MembraneEmbed::normal(), core::pose::Pose::residue(), core::scoring::tr(), and protocols::kinmatch::xyz().
Referenced by core::scoring::methods::DipolarCouplingEnergy::eval_dc().
|
inline |
get the raw DC data
Definition at line 78 of file DipolarCoupling.hh.
References All_DC_lines_.
Referenced by core::scoring::methods::DipolarCouplingEnergy::eval_atom_derivative(), and core::scoring::methods::DipolarCouplingEnergy::setup_for_minimizing().
| DipolarCoupling & core::scoring::DipolarCoupling::operator= | ( | DipolarCoupling const & | other) |
Definition at line 121 of file DipolarCoupling.cc.
References All_DC_lines_.
|
private |
read DC data from file
Definition at line 127 of file DipolarCoupling.cc.
References All_DC_lines_, and core::scoring::tr().
|
private |
Definition at line 155 of file DipolarCoupling.cc.
References core::scoring::dc, protocols::abinitio::filename(), and core::scoring::tr().
Referenced by DipolarCoupling().
| void core::scoring::DipolarCoupling::show | ( | std::ostream & | out) | const |
Definition at line 91 of file DipolarCoupling.cc.
References All_DC_lines_.
Referenced by core::scoring::operator<<().
|
private |
some internal buffers in
Definition at line 89 of file DipolarCoupling.hh.
Referenced by compute_dcscore(), DipolarCoupling(), get_DC_data(), operator=(), read_DC_file(), and show().
1.8.4