![]() |
Rosetta
2021.16
|
#include <string>#include <stdio.h>#include <stdarg.h>#include <utility/excn/Exceptions.hh>Classes | |
| class | core::scoring::sc::ShapeComplementarityCalculatorException |
Namespaces | |
| core | |
| A class for reading in the atom type properties. | |
| core::scoring | |
| core::scoring::sc | |
Macros | |
| #define | MAX_SUBDIV 100 |
| #define | MIN(a, b) ((a) < (b) ? (a): (b)) |
| #define | MAX(a, b) ((a) > (b) ? (a): (b)) |
| #define | ABS(a) (((a) < 0) ? -(a) : (a)) |
| #define | PI numeric::NumericTraits< core::Real >::pi() |
Enumerations | |
| enum | core::scoring::sc::__ATTEN_ENUM__ { core::scoring::sc::ATTEN_BLOCKER = 1, core::scoring::sc::ATTEN_2 = 2, core::scoring::sc::ATTEN_BURIED_FLAGGED = 5, core::scoring::sc::ATTEN_6 = 6 } |
| #define ABS | ( | a | ) | (((a) < 0) ? -(a) : (a)) |
| #define MAX | ( | a, | |
| b | |||
| ) | ((a) > (b) ? (a): (b)) |
| #define MAX_SUBDIV 100 |
Referenced by core::scoring::sc::MolecularSurfaceCalculator::SubDiv().
| #define MIN | ( | a, | |
| b | |||
| ) | ((a) < (b) ? (a): (b)) |
| #define PI numeric::NumericTraits< core::Real >::pi() |
Referenced by core::pack::rotamer_set::build_anchorless_water_rotamers(), core::pack::rotamer_set::build_sew_waters_to_acceptor(), core::pack::rotamer_set::build_sew_waters_to_donor(), core::simple_metrics::metrics::DihedralDistanceMetric::calculate(), protocols::antibody::clusters::calculate_dihedral_distance(), core::scoring::electron_density_atomwise::ElectronDensityAtomwise::generate_gaussian_1d(), protocols::hydrate::is_inside(), core::scoring::sc::MolecularSurfaceCalculator::SubArc(), and core::scoring::sc::MolecularSurfaceCalculator::SubCir().
1.8.7