ls1-MarDyn
ls1-MarDyn molecular dynamics code
|
#include <ObjectFillerBase.h>
Public Member Functions | |
virtual void | readXML (XMLfileUnits &xmlconfig)=0 |
Read in XML configuration for Filler and all its included objects. More... | |
virtual void | init ()=0 |
virtual void | setObject (std::shared_ptr< Object > object)=0 |
virtual int | getMolecule (Molecule *molecule)=0 |
virtual std::string | getPluginName ()=0 |
FillerBase interface
|
pure virtual |
Get a single molecule By subsequent calls all molecules will be returned, one by one.
[out] | molecule | Pointer to molecule data structure where to store the molecule data (coordinate and component id) |
Implemented in GridFiller, and ReplicaFiller.
|
pure virtual |
Initialize the generator with current internal state
Implemented in GridFiller, and ReplicaFiller.
|
pure virtual |
Read in XML configuration for Filler and all its included objects.
The following xml object structure is handled by this method:
Implemented in GridFiller, and ReplicaFiller.