#include <ComputeDPMEMsgs.h>
Public Member Functions | |
| ComputeDPMEDataMsg (void) | |
| ~ComputeDPMEDataMsg (void) | |
Static Public Member Functions | |
| void * | pack (ComputeDPMEDataMsg *msg) |
| ComputeDPMEDataMsg * | unpack (void *ptr) |
Public Attributes | |
| int | node |
| int | numParticles |
| Pme2Particle * | particles |
|
|
Definition at line 16 of file ComputeDPMEMsgs.C. References numParticles, and particles. 00016 {
00017 numParticles = 0;
00018 particles = 0;
00019 }
|
|
|
Definition at line 21 of file ComputeDPMEMsgs.C. 00021 {
00022 delete [] particles;
00023 }
|
|
|
|
|
|
|
|
|
Definition at line 25 of file ComputeDPMEMsgs.h. |
|
|
Definition at line 26 of file ComputeDPMEMsgs.h. Referenced by ComputeDPMEDataMsg(). |
|
|
Definition at line 27 of file ComputeDPMEMsgs.h. Referenced by ComputeDPMEDataMsg(). |
1.3.9.1