votca 2024.2-dev
|
#include <unordered_set>
#include <vector>
#include <boost/bimap.hpp>
#include <boost/bimap/multiset_of.hpp>
#include <boost/bimap/set_of.hpp>
#include <votca/tools/edge.h>
Go to the source code of this file.
Classes | |
class | votca::csg::BeadMotifConnector |
Simple class for storing the connections between motifs and the underlying beads that are part of the connection. More... | |
Namespaces | |
namespace | votca |
base class for all analysis tools | |
namespace | votca::csg |
Macros | |
#define | VOTCA_CSG_BEADMOTIFCONNECTOR_H |
Typedefs | |
typedef boost::bimap< boost::bimaps::multiset_of< tools::Edge >, boost::bimaps::set_of< tools::Edge > > | votca::csg::reduced_edge_to_edges_map |
Maps a reduced edge to all the edges that make up the reduced edge. | |
#define VOTCA_CSG_BEADMOTIFCONNECTOR_H |
Definition at line 20 of file beadmotifconnector.h.