65 |
|
|
66 |
|
void NameFinder::loadNames() { |
67 |
|
|
68 |
– |
std::map<std::string, TreeNode*>::iterator foundIter; |
68 |
|
SimInfo::MoleculeIterator mi; |
69 |
|
Molecule* mol; |
70 |
|
Molecule::AtomIterator ai; |
228 |
|
|
229 |
|
void NameFinder::matchInternalIndex(const std::string& name, int internalIndex, OpenMDBitSet& bs){ |
230 |
|
|
232 |
– |
std::map<std::string, TreeNode*>::iterator foundIter; |
231 |
|
SimInfo::MoleculeIterator mi; |
232 |
|
Molecule* mol; |
233 |
|
|
249 |
|
} |
250 |
|
} |
251 |
|
|
252 |
< |
bool NameFinder::isInteger(const std::string str) { |
252 |
> |
bool NameFinder::isInteger(const std::string &str) { |
253 |
|
for(unsigned int i = 0; i < str.size(); ++i){ |
254 |
|
if (!std::isdigit(str[i])) { |
255 |
|
return false; |