MercuryDPM
Trunk
|
Data class to send a particle position over MPI. More...
#include <MpiDataClass.h>
Public Attributes | |
unsigned int | id |
Vec3D | position |
Quaternion | orientation |
Mdouble | liquidVolume |
Data class to send a particle position over MPI.
Definition at line 89 of file MpiDataClass.h.
unsigned int MPIParticlePosition::id |
Definition at line 92 of file MpiDataClass.h.
Referenced by copyPositionFrom().
Mdouble MPIParticlePosition::liquidVolume |
Definition at line 95 of file MpiDataClass.h.
Referenced by copyPositionFrom().
Quaternion MPIParticlePosition::orientation |
Definition at line 94 of file MpiDataClass.h.
Referenced by copyPositionFrom().
Vec3D MPIParticlePosition::position |
Definition at line 93 of file MpiDataClass.h.
Referenced by copyPositionFrom().