votca 2024.1-dev
Loading...
Searching...
No Matches
Classes | Namespaces | Macros | Typedefs
beadmotifconnector.h File Reference
#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>
Include dependency graph for beadmotifconnector.h:
This graph shows which files directly or indirectly include this file:

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.
 

Macro Definition Documentation

◆ VOTCA_CSG_BEADMOTIFCONNECTOR_H

#define VOTCA_CSG_BEADMOTIFCONNECTOR_H

Definition at line 20 of file beadmotifconnector.h.