walberla::pe::communication::RigidBodyDeletionNotification Class Reference

Detailed Description

Wrapper class for rigid body deletion notifications.

The RigidBodyDeletionNotification class is a wrapper class for marshaling and unmarshaling rigid body deletion notifications. When receiving a deletion notification this indicates that the body was deleted (e.g. due to outflow or manual deletion). Thus the shadow copy is no longer valid and must be removed from the receiving process. A deletion notice must only be sent by the owner to a receiver having a shadow copy of the concerned body. On deletion attachments to other bodies must be detached.

#include <RigidBodyDeletionNotification.h>

Classes

struct  Parameters
 

Public Member Functions

 RigidBodyDeletionNotification (const RigidBody &b)
 

Public Attributes

const RigidBodybody_
 

Constructor & Destructor Documentation

◆ RigidBodyDeletionNotification()

walberla::pe::communication::RigidBodyDeletionNotification::RigidBodyDeletionNotification ( const RigidBody b)
inlineexplicit

Member Data Documentation

◆ body_

const RigidBody& walberla::pe::communication::RigidBodyDeletionNotification::body_

The documentation for this class was generated from the following file: