votca 2024.2-dev
|
#include "beadmotif.h"
#include "beadmotifconnector.h"
#include "beadstructure.h"
#include "beadstructurealgorithms.h"
Go to the source code of this file.
Namespaces | |
namespace | votca |
base class for all analysis tools | |
namespace | votca::csg |
Functions | |
template<class T > | |
T | votca::csg::breakIntoMotifs (BeadStructure &beadstructure) |
breaks a beadstructure into individual motifs. | |
std::pair< std::unordered_map< Index, BeadMotif >, BeadMotifConnector > | votca::csg::breakIntoSimpleMotifs (BeadMotif bead_motif) |
This function will take a beadmotif and break it into its simple motifs. | |