Rosetta
Namespaces | Typedefs | Functions
build_pose_as_is.hh File Reference

Declarations for StructFileRep and related classes. More...

#include <core/io/StructFileReaderOptions.fwd.hh>
#include <core/chemical/ResidueTypeSet.fwd.hh>
#include <core/pose/Pose.fwd.hh>
#include <iosfwd>
#include <string>

Namespaces

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

Typedefs

typedef std::string core::io::pdb::String
 

Functions

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)
 

Detailed Description

Declarations for StructFileRep and related classes.

Author
Sergey Lyskov