|
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) |
|