|
Rosetta 3.5
|
Functions | |
| FArray2D_int | angles (nphi, ntheta) |
| FArray2D_ubyte | masks (nbytes, nolp *nori) |
| void | input_sasa_dats () |
| cj Reads in sampling/SASA-angles.dat sampling/SASA-masks.dat More... | |
| void | get_overlap (PackstatReal const ra, PackstatReal const rb, PackstatReal const dist, int &olp) |
| void | get_orientation (XYZ const &a, XYZ const &b, int &aphi, int &theta, PackstatReal dist) |
Variables | |
| short const | bit_count [] |
| int const | nbytes = { 21 } |
| int const | nphi = { 64 } |
| int const | ntheta = { 64 } |
| int const | nolp = { 100 } |
| int const | nori = { 162 } |
| int const | maskbits = { 162 } |
| ObjexxFCL::FArray2D_int | angles |
| ObjexxFCL::FArray2D_ubyte | masks |
| FArray2D_int core::scoring::packstat::old::angles | ( | nphi | , |
| ntheta | |||
| ) |
|
inline |
cj gets the orientation of a to b (i to j, see below) cj does this by calculating two angles, aphi and theta
Definition at line 146 of file compute_sasa.hh.
References nphi, ntheta, and core::scoring::hbonds::t().
Referenced by core::scoring::calc_atom_masks(), and core::scoring::packstat::compute_sasa_generic().
|
inline |
cj getting overlap from a to b (or i to j, see below) cj this returns the degree of overlap between two atoms cj adapted from erics code in area.c GetD2 cj returns value from 1 to 100 cj This calculation is based on the law of cosines, cj see LeGrand and Merz, Journal of Computational cj Chemistry 14(3):349-52 (1993). cj Note that equation (4) is wrong, the denominator cj should be 2r r instead of 2r r cj i iq i q
Definition at line 80 of file compute_sasa.hh.
Referenced by core::scoring::calc_atom_masks(), and core::scoring::packstat::compute_sasa_generic().
| void core::scoring::packstat::old::input_sasa_dats | ( | ) |
cj Reads in sampling/SASA-angles.dat sampling/SASA-masks.dat
Definition at line 110 of file compute_sasa.cc.
References angles, core::init(), masks, nbytes, nolp, nori, nphi, and ntheta.
Referenced by core::scoring::calc_per_atom_sasa(), core::scoring::packstat::compute_sasa_generic(), core::scoring::get_angles(), and core::scoring::get_masks().
| FArray2D_ubyte core::scoring::packstat::old::masks | ( | nbytes | , |
| nolp * | nori | ||
| ) |
| ObjexxFCL::FArray2D_int core::scoring::packstat::old::angles |
Referenced by protocols::loophash::BackboneDB::angle(), protocols::enzdes::EnzdesFlexibleRegion::assemble_enzdes_fragdata(), core::scoring::calc_atom_masks(), protocols::loops::loop_closure::ccd::check_overlap_pos(), core::scoring::packstat::compute_sasa_generic(), core::scoring::get_angles(), protocols::loophash::BackboneDB::get_backbone_segment(), protocols::loops::loop_closure::ccd::get_overlap_pos(), protocols::simple_moves::carbohydrates::RingConformationMover::init(), core::scoring::input_sasa_dats(), and input_sasa_dats().
| short const core::scoring::packstat::old::bit_count |
Definition at line 87 of file compute_sasa.cc.
Referenced by core::scoring::calc_per_atom_sasa(), and core::scoring::packstat::compute_sasa_generic().
| int const core::scoring::packstat::old::maskbits = { 162 } |
| ObjexxFCL::FArray2D_ubyte core::scoring::packstat::old::masks |
| int const core::scoring::packstat::old::nbytes = { 21 } |
Definition at line 98 of file compute_sasa.cc.
Referenced by core::scoring::packstat::compute_cav_ball_volumes(), core::scoring::packstat::compute_sasa(), core::scoring::packstat::compute_sasa_generic(), input_sasa_dats(), core::scoring::packstat::prune_1pass(), and core::scoring::packstat::prune_hidden_cavity_balls().
| int const core::scoring::packstat::old::nolp = { 100 } |
Definition at line 101 of file compute_sasa.cc.
Referenced by input_sasa_dats().
| int const core::scoring::packstat::old::nori = { 162 } |
Definition at line 102 of file compute_sasa.cc.
Referenced by input_sasa_dats().
| int const core::scoring::packstat::old::nphi = { 64 } |
Definition at line 99 of file compute_sasa.cc.
Referenced by get_orientation(), and input_sasa_dats().
| int const core::scoring::packstat::old::ntheta = { 64 } |
Definition at line 100 of file compute_sasa.cc.
Referenced by get_orientation(), and input_sasa_dats().
1.8.4