Rosetta
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
density_tools.cc File Reference
#include <protocols/viewer/viewers.hh>
#include <protocols/moves/MonteCarlo.hh>
#include <protocols/moves/Mover.hh>
#include <core/types.hh>
#include <core/chemical/AA.hh>
#include <core/chemical/ChemicalManager.hh>
#include <core/chemical/ResidueTypeSet.fwd.hh>
#include <core/scoring/ScoreFunction.hh>
#include <core/scoring/ScoreFunctionFactory.hh>
#include <core/pose/Pose.hh>
#include <core/pose/PDBInfo.hh>
#include <core/scoring/electron_density/ElectronDensity.hh>
#include <core/import_pose/import_pose.hh>
#include <protocols/electron_density/util.hh>
#include <protocols/electron_density/SetupForDensityScoringMover.hh>
#include <basic/options/util.hh>
#include <devel/init.hh>
#include <utility/vector1.hh>
#include <numeric/xyzVector.hh>
#include <numeric/random/random.hh>
#include <numeric/constants.hh>
#include <ObjexxFCL/string.functions.hh>
#include <core/kinematics/Jump.hh>
#include <basic/options/option.hh>
#include <basic/options/option_macros.hh>
#include <basic/options/keys/OptionKeys.hh>
#include <basic/options/keys/in.OptionKeys.gen.hh>
#include <basic/options/keys/edensity.OptionKeys.gen.hh>
#include <iostream>
#include <fstream>
#include <string>

Go to the source code of this file.

Functions

std::string name2elt (std::string line)
 
void readPDBcoords (std::string filename, poseCoords &atmlist)
 
void densityTools ()
 
int main (int argc, char *argv[])
 

Function Documentation

void densityTools ( )
int main ( int  argc,
char *  argv[] 
)
std::string name2elt ( std::string  line)

Definition at line 87 of file density_tools.cc.

Referenced by readPDBcoords().

void readPDBcoords ( std::string  filename,
poseCoords &  atmlist 
)

Definition at line 166 of file density_tools.cc.

References ObjexxFCL::getline(), and name2elt().

Referenced by densityTools().