ESyS-Particle
4.0.1
|
#include <ShortBondedInteractionCpData.h>
Public Member Functions | |
ShortBondedInteractionCpData () | |
ShortBondedInteractionCpData (int, int, int, double) | |
ShortBondedInteractionCpData (const CShortBondedInteraction &) | |
virtual void | saveCheckPointData (ostream &) |
virtual void | loadCheckPointData (istream &) |
Helper class for checkpointing ShortBondedInteraction data
default constructor
ShortBondedInteractionCpData::ShortBondedInteractionCpData | ( | int | p1id, |
int | p2id, | ||
int | itag, | ||
double | r0 | ||
) |
constructor
p1id | id of the 1st particle |
p2id | id of the 2nd particle |
itag | interaction tag |
r0 | equilibrium distance |
construct directly from CShortBondedInteraction
SBI | the interaction |
void ShortBondedInteractionCpData::loadCheckPointData | ( | istream & | ) | [virtual] |
read data from input stream
void ShortBondedInteractionCpData::saveCheckPointData | ( | ostream & | ost | ) | [virtual] |
write data to output stream
ost | the output stream |
Referenced by CShortBondedInteraction::saveCheckPointData().