Molecular Dynamics Simulation  1.0
ForcePicker.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <map>
4 #include <memory>
5 #include <string>
6 
9 
10 const std::map<std::string, std::shared_ptr<SimpleForceSource>> get_supported_simple_forces();
11 
12 const std::map<std::string, std::shared_ptr<PairwiseForceSource>> get_supported_pairwise_forces();
const std::map< std::string, std::shared_ptr< SimpleForceSource > > get_supported_simple_forces()
Definition: ForcePicker.cpp:10
const std::map< std::string, std::shared_ptr< PairwiseForceSource > > get_supported_pairwise_forces()
Definition: ForcePicker.cpp:20