![]() |
Rosetta Core
2014.16.56682
|
ChemicalShiftAnisotropys are mainly handled by this class related classed: CSA — a single line in an CSA file - representing a single csa coupling ChemicalShiftAnisotropyEnergy – an energy method which triggers computations handled by this class. More...
#include <ChemicalShiftAnisotropy.hh>
Public Types | |
| typedef core::Size | Size |
| typedef utility::vector1 < core::scoring::CSA > | CSA_lines |
Public Member Functions | |
| ChemicalShiftAnisotropy (std::string const &filename="") | |
| standard c'stor – will access option -in:file:csa to read CSA data More... | |
| ChemicalShiftAnisotropy (ChemicalShiftAnisotropy const &other) | |
| ChemicalShiftAnisotropy & | operator= (ChemicalShiftAnisotropy const &other) |
| ~ChemicalShiftAnisotropy () | |
| basic::datacache::CacheableDataOP | clone () const |
| core::Real | compute_csascore (core::pose::Pose &pose) |
| compute csa score for given pose (non-constant due to membrane) More... | |
| void | show (std::ostream &) const |
| CSA_lines const & | get_CSA_data () const |
| get the raw CSA data More... | |
Public Member Functions inherited from basic::datacache::CacheableData | |
| virtual | ~CacheableData () |
Private Member Functions | |
| void | read_CSA_file (std::string const &filename) |
| read CSA data from file More... | |
| void | read_CSA_file () |
Private Attributes | |
| CSA_lines | All_CSA_lines_ |
| some internal buffers in More... | |
ChemicalShiftAnisotropys are mainly handled by this class related classed: CSA — a single line in an CSA file - representing a single csa coupling ChemicalShiftAnisotropyEnergy – an energy method which triggers computations handled by this class.
|
inline |
standard c'stor – will access option -in:file:csa to read CSA data
References filename(), and read_CSA_file().
Referenced by clone().
| core::scoring::ChemicalShiftAnisotropy::ChemicalShiftAnisotropy | ( | ChemicalShiftAnisotropy const & | other | ) |
References All_CSA_lines_.
|
inline |
|
inlinevirtual |
Implements basic::datacache::CacheableData.
References ChemicalShiftAnisotropy().
| Real core::scoring::ChemicalShiftAnisotropy::compute_csascore | ( | core::pose::Pose & | pose | ) |
compute csa score for given pose (non-constant due to membrane)
References All_CSA_lines_, numeric::xyzMatrix< class >::cols(), cross_product(), numeric::xyzVector< class >::cross_product(), core::scoring::csa, dot_product(), core::scoring::CSA::f1ij_, core::scoring::CSA::f2ij_, core::scoring::CSA::f3ij_, numeric::xyzVector< class >::length(), core::scoring::nonconst_MembraneEmbed_from_pose(), core::scoring::MembraneEmbed::normal(), numeric::xyzVector< class >::normalize(), numeric::xyzVector< class >::normalized(), basic::options::option, numeric::product(), core::chemical::q, core::pose::Pose::residue(), core::scoring::tr, numeric::xyzMatrix< class >::transposed(), user, basic::options::OptionKeys::csa::useZ, numeric::xyzVector< class >::x(), numeric::x_rotation_matrix_degrees(), xyz, numeric::xyzVector< class >::y(), numeric::xyzVector< class >::z(), and numeric::z_rotation_matrix_degrees().
Referenced by core::scoring::methods::ChemicalShiftAnisotropyEnergy::eval_csa().
|
inline |
get the raw CSA data
References All_CSA_lines_.
Referenced by core::scoring::methods::ChemicalShiftAnisotropyEnergy::eval_atom_derivative(), and core::scoring::methods::ChemicalShiftAnisotropyEnergy::setup_for_minimizing().
| ChemicalShiftAnisotropy & core::scoring::ChemicalShiftAnisotropy::operator= | ( | ChemicalShiftAnisotropy const & | other | ) |
References All_CSA_lines_.
|
private |
read CSA data from file
References All_CSA_lines_, getline(), core::scoring::tr, and weight.
|
private |
References core::scoring::csa, filename(), option, core::scoring::tr, and user.
Referenced by ChemicalShiftAnisotropy().
| void core::scoring::ChemicalShiftAnisotropy::show | ( | std::ostream & | out | ) | const |
References All_CSA_lines_.
Referenced by core::scoring::operator<<().
|
private |
some internal buffers in
Referenced by ChemicalShiftAnisotropy(), compute_csascore(), get_CSA_data(), operator=(), read_CSA_file(), and show().
1.8.7