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

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