#include <chainBuilder.h>
Public Member Functions |
|
ChainBuilder () | |
Default-Constructor. |
|
~ChainBuilder () | |
Destructor. |
|
vector< vector< Atom * > > | buildChains (System &molecule_sys) |
Determines the the main chain and
side chains of a structure diagram. |
|
Static Public Member Functions |
|
static bool | compareChains (const vector< Atom * > &x, const vector< Atom * > &y) |
comparator for sorting the chains by
their length |
Determines the the main chain and side chains of a structure diagram.
molecule_sys | the input System |