|
faunus
|
Possible structure for molecular conformations. More...
#include <molecule.h>
Public Member Functions | |
| bool | empty () const |
| void | copyTo (ParticleVector &particles) const |
| Copy conformation into particle vector. More... | |
Public Attributes | |
| std::vector< Point > | positions |
| std::vector< double > | charges |
Possible structure for molecular conformations.
| void Faunus::Conformation::copyTo | ( | ParticleVector & | particles | ) | const |
Copy conformation into particle vector.
| particles | Destination particle vector |
| If | there's a size mismatch with destination |
Overwrites positions and charges; remaining properties are untouched
1.8.13