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