| 35 |
|
void initialize( molInit &theInit ); |
| 36 |
|
|
| 37 |
|
void setMyIndex( int theIndex ){ myIndex = theIndex;} |
| 38 |
< |
void setGlobalIndex( int theIndex ) {globalIndex = theIndex; } |
| 38 |
> |
void setGlobalIndex( int theIndex ) { globalIndex = theIndex; } |
| 39 |
|
|
| 40 |
|
int getMyIndex( void ) { return myIndex; } |
| 41 |
|
int getGlobalIndex( void ) { return globalIndex; } |
| 69 |
|
void moveCOM( double delta[3] ); |
| 70 |
|
double getCOMvel( double COMvel[3] ); |
| 71 |
|
|
| 72 |
– |
void atomicRollCall(int* molMembership); |
| 73 |
– |
|
| 72 |
|
private: |
| 73 |
|
|
| 74 |
|
int stampID; // the ID in the BASS component stamp array |