NAMD
|
#include <Vector.h>
Public Member Functions | |
FloatVector (void) | |
FloatVector (const Vector &v) | |
Public Attributes | |
float | x |
float | y |
float | z |
float FloatVector::x |
Definition at line 26 of file Vector.h.
Referenced by GlobalMasterIMD::send_forces(), and GlobalMasterIMD::send_velocities().
float FloatVector::y |
Definition at line 26 of file Vector.h.
Referenced by GlobalMasterIMD::send_forces(), and GlobalMasterIMD::send_velocities().
float FloatVector::z |
Definition at line 26 of file Vector.h.
Referenced by GlobalMasterIMD::send_forces(), and GlobalMasterIMD::send_velocities().