9 #ifndef STA_MOLECULES_H 10 #define STA_MOLECULES_H 64 const ElPtr &el_atoms);
ShPtr< Element > ElPtr
An alias for a shared pointer of Element class.
This file has a definition of Starter class, which is a subclass of Updater class.
std::function< bool(const Json &)> JsonToBoolFunc
An alias for a function accepts a Json object and returns a bool.
virtual void compute_impl(Json &data, JsonToVoidFunc check_required_keys, JsonToBoolFunc check_optional_keys) override
This method overrides Updater::compute_impl.
nlohmann::json Json
Json is an alias for nlohmann::json.
StaMolecules sets properties for molecules using atoms forming the molecules.
Starter sets some properties to an empty Element object.
StaMolecules(const ElPtr &el_atoms)
Constructor of StaMolecules class.
std::function< void(const Json &)> JsonToVoidFunc
An alias for a function accepts a Json object.