|
votca 2025.1-dev
|
#include <map.h>

Public Member Functions | |
| Map (const Molecule &in, Molecule &out) | |
| Map (Map &&map) | |
| Map & | operator= (Map &&map) |
| BeadMap * | CreateBeadMap (const BeadMapType type) |
| void | Apply (const BoundaryCondition &bc) |
Protected Attributes | |
| Molecule | in_ |
| Molecule | out_ |
| std::vector< std::unique_ptr< BeadMap > > | maps_ |
| void votca::csg::Map::Apply | ( | const BoundaryCondition & | bc | ) |
| BeadMap * votca::csg::Map::CreateBeadMap | ( | const BeadMapType | type | ) |
|
protected |