Wrapper class for rigid body velocity corrections.
The RigidBodyVelocityCorrectionNotification class is a wrapper class for marshalling and unmarshalling rigid body velocity correction. It includes the system ID of the body the correction applies to and the linear and angular velocity corrections.
#include <RigidBodyVelocityCorrectionNotification.h>
Classes | |
struct | Parameters |
Public Member Functions | |
RigidBodyVelocityCorrectionNotification (const RigidBody &b, const Vec3 &dv, const Vec3 &dw) | |
Public Attributes | |
const RigidBody & | body_ |
const Vec3 & | dv_ |
const Vec3 | dw_ |
|
inline |
const RigidBody& walberla::pe::communication::RigidBodyVelocityCorrectionNotification::body_ |
const Vec3& walberla::pe::communication::RigidBodyVelocityCorrectionNotification::dv_ |
const Vec3 walberla::pe::communication::RigidBodyVelocityCorrectionNotification::dw_ |