
#include <ForceFactoryDetails.h>
Inheritance diagram for ProtoMol::ForceFactoryDetails:

Static Public Member Functions | |
| Force * | make (std::string &errMsg, const std::string &id, std::vector< Value > values=std::vector< Value >()) |
Protected Member Functions | |
| ForceFactoryDetails () | |
| virtual | ~ForceFactoryDetails () |
| virtual std::string | doPrint () const |
| virtual void | doRegisterHelpText () const |
Private Types | |
| typedef Factory< Force > | TFactory |
Private Member Functions | |
| ForceFactoryDetails (const ForceFactoryDetails &) | |
| ForceFactoryDetails & | operator= (const ForceFactoryDetails &) |
| Force * | doMake (std::string &errMsg, const std::string &id, std::vector< Value > values) const |
| void | updateCache () const |
| std::vector< std::string > | splitForceString (const std::string &id) const |
| std::vector< std::string > | splitForceStringSorted (const std::string &id) const |
| std::string | sortForceString (const std::string &id) const |
| std::string | uniqueForceString (const std::string &id) const |
Private Attributes | |
| std::map< std::string, ForceType, ltstrNocase > | myForceTypes |
| std::map< std::string, std::string, ltstrNocase > | myForceTypesSorted |
| CompareForce * | myLastCompareForce |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
Hook method called from static method print.
Implements ProtoMol::FactoryBase< Force >. |
|
|
Hook method called from static method registerHelpText.
Implements ProtoMol::FactoryBase< Force >. |
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|