Rosetta
|
#include <core/scoring/electron_density/ElectronDensity.hh>
#include <core/scoring/electron_density/util.hh>
#include <core/pose/Pose.hh>
#include <core/pose/PDBInfo.hh>
#include <core/pose/symmetry/util.hh>
#include <core/conformation/symmetry/SymmetricConformation.hh>
#include <core/scoring/Energies.hh>
#include <core/conformation/Residue.hh>
#include <core/kinematics/Edge.hh>
#include <core/kinematics/FoldTree.hh>
#include <core/conformation/symmetry/SymmetryInfo.hh>
#include <core/conformation/Atom.hh>
#include <core/scoring/electron_density/xray_scattering.hh>
#include <basic/options/option.hh>
#include <basic/Tracer.hh>
#include <utility/io/izstream.hh>
#include <numeric/xyzMatrix.hh>
#include <numeric/xyzVector.hh>
#include <numeric/xyz.functions.hh>
#include <numeric/statistics/functions.hh>
#include <numeric/fourier/FFT.hh>
#include <basic/options/keys/edensity.OptionKeys.gen.hh>
#include <core/chemical/AtomType.hh>
#include <core/chemical/AtomTypeSet.hh>
#include <utility/vector1.hh>
#include <core/scoring/EnergyGraph.hh>
#include <utility/string_util.hh>
#include <fstream>
#include <limits>
#include <complex>
Namespaces | |
core | |
A class for reading in the atom type properties. | |
core::scoring | |
core::scoring::electron_density | |
Functions | |
static basic::Tracer | core::scoring::electron_density::TR ("core.scoring.electron_density.ElectronDensity") |
float | core::scoring::electron_density::d2r (float d) |
SHORT HELPER FUNCTIONS. More... | |
core::Real | core::scoring::electron_density::d2r (core::Real d) |
float | core::scoring::electron_density::square (float x) |
core::Real | core::scoring::electron_density::square (core::Real x) |
int | core::scoring::electron_density::min_mod (int x, int y) |
float | core::scoring::electron_density::min_mod (float x, float y) |
core::Real | core::scoring::electron_density::min_mod (core::Real x, core::Real y) |
static void | core::scoring::electron_density::swap4_aligned (void *v, long ndata) |
ElectronDensity & | core::scoring::electron_density::getDensityMap (std::string const &filename="", bool force_reload=false) |
The EDM instance. More... | |
ElectronDensity & | core::scoring::electron_density::getDensityMap_legacy (std::string const &filename="", bool force_reload=false) |
The EDM instance. More... | |