MDStressLab++
|
#include <MethodSphere.h>
Public Member Functions | |
MethodSphere (double, std::string) | |
MethodSphere (double, std::map< double, double >) | |
MethodSphere (const MethodSphere &) | |
virtual | ~MethodSphere () |
![]() | |
virtual | ~Method () |
double | operator() (const Vector3d &vec) const |
double | bondFunction (const Vector3d &vec1, const Vector3d &vec2) const |
double | getAveragingDomainSize () const |
Protected Member Functions | |
double | operator() (const Vector3d &vec) const |
double | bondFunction (const Vector3d &vec1, const Vector3d &vec2) const |
Friends | |
class | Method< MethodSphere > |
Additional Inherited Members | |
![]() | |
double | averagingDomainSize |
Definition at line 16 of file MethodSphere.h.
MethodSphere::MethodSphere | ( | double | averagingDomainSize, |
std::string | type = "virial" |
||
) |
Definition at line 15 of file MethodSphere.cpp.
MethodSphere::MethodSphere | ( | double | averagingDomainSize, |
std::map< double, double > | map | ||
) |
Definition at line 62 of file MethodSphere.cpp.
MethodSphere::MethodSphere | ( | const MethodSphere & | _hardy | ) |
Definition at line 114 of file MethodSphere.cpp.
|
virtual |
Definition at line 119 of file MethodSphere.cpp.
Definition at line 167 of file MethodSphere.cpp.
|
protected |
Definition at line 153 of file MethodSphere.cpp.
|
friend |
Definition at line 18 of file MethodSphere.h.