Wrapper class for rigid body new shadow copy notifications.
The RigidBodyNewShadowCopyNotification class is a wrapper class for marshaling and unmarshaling of rigid body new shadow copy notifications. This notification is send to the owner of a rigid body to signal that a new shadow copy exists and the shadow copy holder list should be updated.
#include <RigidBodyNewShadowCopyNotification.h>
Classes | |
struct | Parameters |
Public Member Functions | |
RigidBodyNewShadowCopyNotification (const RigidBody &b, const Owner &newOwner) | |
Public Attributes | |
const RigidBody & | body_ |
const Owner & | newOwner_ |
|
inline |
const RigidBody& walberla::pe::communication::RigidBodyNewShadowCopyNotification::body_ |
const Owner& walberla::pe::communication::RigidBodyNewShadowCopyNotification::newOwner_ |