Rosetta
Namespaces | Functions
build_pose_as_is.cc File Reference
#include <core/io/pdb/build_pose_as_is.hh>
#include <core/io/StructFileRep.hh>
#include <core/io/pdb/pdb_reader.hh>
#include <core/io/pose_from_sfr/PoseFromSFRBuilder.hh>
#include <core/io/StructFileReaderOptions.hh>
#include <core/types.hh>
#include <core/chemical/ChemicalManager.hh>
#include <core/chemical/ResidueTypeSet.hh>
#include <basic/Tracer.hh>
#include <utility/string_util.hh>
#include <utility/io/izstream.hh>
#include <utility/exit.hh>
#include <ObjexxFCL/format.hh>
#include <fstream>
#include <core/pose/Pose.hh>

Namespaces

 core
 A class for reading in the atom type properties.
 
 core::io
 
 core::io::pdb
 

Functions

static basic::Tracer core::io::pdb::TR ("core.io.pdb.file_data")
 
void core::io::pdb::build_pose_from_pdb_as_is (pose::Pose &pose, std::string const &filename)
 Builds a pose into <pose>, without repacking or optimizing hydrogens; using the full-atom ResidueTypeSet. More...
 
void core::io::pdb::build_pose_from_pdb_as_is (pose::Pose &pose, std::string const &filename, StructFileReaderOptions const &pdr_options)
 Builds a pose into <pose>, without repacking or optimizing hydrogens; using the full-atom ResidueTypeSet and a set of options. More...
 
void core::io::pdb::build_pose_from_pdb_as_is (pose::Pose &pose, chemical::ResidueTypeSet const &residue_set, std::string const &filename)
 
void core::io::pdb::build_pose_from_pdb_as_is (pose::Pose &pose, chemical::ResidueTypeSet const &residue_set, std::string const &filename, StructFileReaderOptions const &pdr_options)
 
void core::io::pdb::build_pose_from_pdb_as_is (pose::Pose &pose, chemical::ResidueTypeSet const &residue_set, std::string const &filename, std::istream &file_contents, StructFileReaderOptions const &pdr_options)