re-reading residue's coordinates from a PDB file
More...
#include <ReadResidueCoordinatesFromPDB.hh>
re-reading residue's coordinates from a PDB file
- Author
- Nina Bozhanova (nbozh.nosp@m.anov.nosp@m.a@gma.nosp@m.il.c.nosp@m.om)
◆ ReadResidueCoordinatesFromPDB()
| protocols::chromophore::ReadResidueCoordinatesFromPDB::ReadResidueCoordinatesFromPDB |
( |
| ) |
|
|
default |
◆ ~ReadResidueCoordinatesFromPDB()
| protocols::chromophore::ReadResidueCoordinatesFromPDB::~ReadResidueCoordinatesFromPDB |
( |
| ) |
|
|
overridedefault |
◆ clone()
Clone operation: make a copy of this object, and return an owning pointer to the copy.
◆ coordinates_exist()
| bool protocols::chromophore::ReadResidueCoordinatesFromPDB::coordinates_exist |
( |
int const |
resnum, |
|
|
char const |
chain_name |
|
) |
| const |
◆ get_residue_coordinates()
| utility::vector1< std::tuple< std::string, core::Vector > > protocols::chromophore::ReadResidueCoordinatesFromPDB::get_residue_coordinates |
( |
int const |
resnum, |
|
|
char const |
chain_name |
|
) |
| const |
◆ number_of_residues()
| core::Size protocols::chromophore::ReadResidueCoordinatesFromPDB::number_of_residues |
( |
| ) |
const |
◆ parse_pdb()
| void protocols::chromophore::ReadResidueCoordinatesFromPDB::parse_pdb |
( |
std::istream & |
instream, |
|
|
core::io::StructFileRep & |
sfr |
|
) |
| |
|
private |
◆ read_coordinates()
| void protocols::chromophore::ReadResidueCoordinatesFromPDB::read_coordinates |
( |
std::istream & |
instream, |
|
|
utility::vector1< std::tuple< int, char > > const & |
residues_to_read |
|
) |
| |
◆ read_coordinates_from_file()
| void protocols::chromophore::ReadResidueCoordinatesFromPDB::read_coordinates_from_file |
( |
std::string const & |
filename, |
|
|
utility::vector1< std::tuple< int, char > > const & |
residues_to_read |
|
) |
| |
◆ save_residue_coordinates()
| void protocols::chromophore::ReadResidueCoordinatesFromPDB::save_residue_coordinates |
( |
core::io::ResidueInformation const & |
residue, |
|
|
int const |
resnum, |
|
|
char const |
chain_name |
|
) |
| |
|
private |
◆ coordinates_
| std::map< std::tuple < int, char >, utility::vector1 <std::tuple <std::string, core::Vector> > > protocols::chromophore::ReadResidueCoordinatesFromPDB::coordinates_ |
|
private |
The documentation for this class was generated from the following files: