#include <ChromophoreDataReader.hh>
|
| void | parse_file (std::istream &infile, utility::vector1< std::tuple< std::string, std::string, core::Size > > &meaningful_file_content) |
| |
| void | parse_line (std::string &file_line, std::tuple< std::string, std::string, core::Size > &parsed_line) |
| |
◆ ChromophoreDataReader()
| protocols::chromophore::ChromophoreDataReader::ChromophoreDataReader |
( |
| ) |
|
◆ ~ChromophoreDataReader()
| protocols::chromophore::ChromophoreDataReader::~ChromophoreDataReader |
( |
| ) |
|
|
overridedefault |
◆ clone()
Clone operation: make a copy of this object, and return an owning pointer to the copy.
◆ create_residue_names_maps()
| void protocols::chromophore::ChromophoreDataReader::create_residue_names_maps |
( |
std::istream & |
instream | ) |
|
◆ get_residue_names_map()
| std::map< std::string, std::string > protocols::chromophore::ChromophoreDataReader::get_residue_names_map |
( |
core::Size const & |
residue_number | ) |
const |
◆ initialize_from_file()
| void protocols::chromophore::ChromophoreDataReader::initialize_from_file |
( |
std::string const & |
filename | ) |
|
◆ map_for_residue_exists()
| bool protocols::chromophore::ChromophoreDataReader::map_for_residue_exists |
( |
core::Size const & |
residue_number | ) |
const |
◆ number_of_residues()
| core::Size protocols::chromophore::ChromophoreDataReader::number_of_residues |
( |
| ) |
const |
◆ parse_file()
| void protocols::chromophore::ChromophoreDataReader::parse_file |
( |
std::istream & |
infile, |
|
|
utility::vector1< std::tuple< std::string, std::string, core::Size > > & |
meaningful_file_content |
|
) |
| |
|
private |
◆ parse_line()
| void protocols::chromophore::ChromophoreDataReader::parse_line |
( |
std::string & |
file_line, |
|
|
std::tuple< std::string, std::string, core::Size > & |
parsed_line |
|
) |
| |
|
private |
◆ residue_name_maps_
| std::map< core::Size, std::map <std::string, std::string> > protocols::chromophore::ChromophoreDataReader::residue_name_maps_ |
|
private |
◆ was_initialized_
| bool protocols::chromophore::ChromophoreDataReader::was_initialized_ |
|
private |
The documentation for this class was generated from the following files: