|
void | AmberParm7Reader::parse_fortran_format (const std::string &str, FortranFormatSpecifier &specifier) |
| Parse a single fortran format specifier. More...
|
|
void | AmberParm7Reader::split_string (const std::string &data, const std::string &delim, std::vector< std::string > &dest) |
|
void | AmberParm7Reader::parse_fortran_format (const std::string &str, vector< FortranFormatSpecifier > &specifiers) |
| Parse multiple fortran format specifiers separated by commas. More...
|
|
void | AmberParm7Reader::split_string_by_specifiers (const string &source, const vector< FortranFormatSpecifier > &specifiers, vector< FortranData > &destination) |
| This function splits a string by a set of fortran format specifiers. More...
|
|
bool | AmberParm7Reader::read_amber_parm_stage1 (const char *filename, AmberTopparMap &toppar_map) |
| Read an AMBER topology file into an AmberTopparMap. More...
|
|
bool | AmberParm7Reader::read_amber_parm_stage2 (AmberTopparMap &toppar_map, Ambertoppar &toppar_data) |
| Read an AmberTopparMap into an Ambertoppar struct for NAMD. More...
|
|
bool | AmberParm7Reader::parse_pointer (const vector< FortranData > &source, Ambertoppar &result) |
|
bool | AmberParm7Reader::parse_section (const vector< FortranData > &source, const int &count, vector< string > &destination, const string §ion_name) |
| Copy data from source to destination. More...
|
|
bool | AmberParm7Reader::parse_section (const vector< FortranData > &source, const int &count, vector< int > &destination, const string §ion_name) |
|
bool | AmberParm7Reader::parse_section (const vector< FortranData > &source, const int &count, vector< _REAL > &destination, const string §ion_name) |
|
bool | AmberParm7Reader::parse_section (const vector< FortranData > &source, const int &count, std::initializer_list< std::reference_wrapper< vector< string >>> destination, const string §ion_name) |
| Copy data from source to multiple destination arrays. More...
|
|
bool | AmberParm7Reader::parse_section (const vector< FortranData > &source, const int &count, std::initializer_list< std::reference_wrapper< vector< int >>> destination, const string §ion_name) |
|
bool | AmberParm7Reader::parse_section (const vector< FortranData > &source, const int &count, std::initializer_list< std::reference_wrapper< vector< _REAL >>> destination, const string §ion_name) |
|
Ambertoppar | AmberParm7Reader::readparm (const char *filename) |
|