
#include <ComplementSwitchingFunction.h>
Inheritance diagram for ProtoMol::ComplementSwitchingFunction< TOriginalSwitchingFunction >:

Public Types | |
| enum | { USE = 1 } |
Public Member Functions | |
| ComplementSwitchingFunction () | |
| ComplementSwitchingFunction (const TOriginalSwitchingFunction sw) | |
| bool | roughTest (Real) const |
| Real | cutoffSquared () const |
| void | operator() (Real &value, Real &derivOverD, Real distSquared) const |
| void | getParameters (std::vector< Parameter > ¶meters) const |
Static Public Member Functions | |
| std::string | getId () |
| unsigned int | getParameterSize () |
| ComplementSwitchingFunction | make (std::string &errMsg, std::vector< Value > values) |
Private Attributes | |
| TOriginalSwitchingFunction | myOrigFunc |
|
|||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||
|
simple and fast test if we should apply the switching function
|
|
|||||
|
|