
#include <PAR.h>
Public Member Functions | |
| Bond () | |
| Bond (int a, std::string b, std::string c, Real d, Real e) | |
Public Attributes | |
| int | number |
| std::string | atom1 |
| std::string | atom2 |
| Real | forceConstant |
| Real | distance |
Friends | |
| Report::MyStreamer & | operator<< (Report::MyStreamer &OS, const Bond &p) |
|
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
atom 1 number
|
|
|
atom 2 number
|
|
|
distance
|
|
|
force constant
|
|
|
bond number
|