#include <iostream>
#include "newTools.h"
#include "commonDef.h"
#include "pdbstruct.h"
Include dependency graph for newTools.cpp:
Go to the source code of this file.
Functions | |
int | giveNumberOfOA (const std::string &atom) |
void | readPartitionAndSetColor (std::ifstream &part, std::vector< std::string > &color) |
bool | skipString (std::ifstream &data, const std::string &keyword) |
void | sortInFirstDimension (setOfAtoms &atoms, std::vector< int > &oldNum) |
|
Definition at line 8 of file newTools.cpp. Referenced by PartitionBase< TYPEOFATOMS >::attachAtoms(), FragmentElement::setLoad(), PartitionBase< TYPEOFATOMS >::writeInFile(), and FragmentElement::writeQCIFile(). |
|
Definition at line 84 of file newTools.cpp. |
|
Definition at line 23 of file newTools.cpp. Referenced by readPartitionAndSetColor(). |
|
Definition at line 40 of file newTools.cpp. Referenced by renumLinear(). |