22 #include <basic/Tracer.hh>
25 #include <utility/vector1.hh>
57 std::map<std::string, std::string>::iterator val =
e_to_t.find(key);
59 if (val==
e_to_t.end()) {type=
"VIRT";}
60 else { type=val->second;}
66 connection_table_lines_(connection_table_lines),
67 molecule_container_(molecule_container),
101 std::map<core::Size,std::string>::const_iterator atom_map_it =
index_to_names_map_.find(index);
108 return atom_map_it->second;
200 core::Size parameter_index = atom_type_set->extra_parameter_index(
"CHARGE");
201 core::Real charge = atom_type_set->operator[](atom_type_index).extra_parameter(parameter_index);
209 std::map<core::Size,std::string>::iterator atom_it;
214 std::map<core::Size, std::string>::iterator atom_data_it =
atom_type_data_map_.find(atom_no);