votca 2024.2-dev
|
#include <topologymap.h>
Public Member Functions | |
TopologyMap (const Topology *in, Topology *out) | |
void | AddMoleculeMap (Map map) |
void | Apply () |
Private Types | |
using | MapContainer = std::vector<Map> |
Private Attributes | |
const Topology * | in_ |
Topology * | out_ |
MapContainer | maps_ |
Definition at line 32 of file topologymap.h.
|
private |
Definition at line 44 of file topologymap.h.
Definition at line 48 of file topologymap.h.
|
inline |
Definition at line 51 of file topologymap.h.
void votca::csg::TopologyMap::Apply | ( | ) |
Definition at line 25 of file topologymap.cc.
|
private |
Definition at line 41 of file topologymap.h.
|
private |
Definition at line 45 of file topologymap.h.
|
private |
Definition at line 42 of file topologymap.h.