Molecular Dynamics Simulation
1.0
src
physics
ForcePicker.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <map>
4
#include <memory>
5
#include <string>
6
7
#include "
physics/pairwiseforces/PairwiseForceSource.h
"
8
#include "
physics/simpleforces/SimpleForceSource.h
"
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
();
get_supported_simple_forces
const std::map< std::string, std::shared_ptr< SimpleForceSource > > get_supported_simple_forces()
Definition:
ForcePicker.cpp:10
get_supported_pairwise_forces
const std::map< std::string, std::shared_ptr< PairwiseForceSource > > get_supported_pairwise_forces()
Definition:
ForcePicker.cpp:20
PairwiseForceSource.h
SimpleForceSource.h
Generated by
1.9.1