11#ifndef REPLICAFILLER_H_
12#define REPLICAFILLER_H_
16#include "utils/generator/ObjectFillerBase.h"
17#include "utils/generator/GridFiller.h"
46 void setInputReader(std::shared_ptr<InputBase> inputReader) { _inputReader = inputReader; }
49 void setObject(std::shared_ptr<Object>
object);
52 std::shared_ptr<Object> getObject();
66 std::shared_ptr<InputBase> _inputReader;
68 std::shared_ptr<Object> _object;
70 unsigned int _componentid;
FullMolecule modeled as LJ sphere with point polarities.
Definition: FullMolecule.h:18
Definition: GridFiller.h:23
Definition: ObjectFillerBase.h:11
Definition: ReplicaFiller.h:24
void init()
Definition: ReplicaFiller.cpp:183
void readXML(XMLfileUnits &xmlconfig)
Read in XML configuration for ReplicaFiller and all its included objects.
Definition: ReplicaFiller.cpp:146
int getMolecule(Molecule *molecule)
Definition: ReplicaFiller.cpp:214
XML file with unit attributes abstraction.
Definition: xmlfileUnits.h:25
::xsd::cxx::tree::string< char, simple_type > string
C++ type corresponding to the string XML Schema built-in type.
Definition: vtk-punstructured.h:270