Header file for the RigidBodyCopyNotification class.
#include "NotificationType.h"
#include "DynamicMarshalling.h"
#include <pe/rigidbody/RigidBody.h>
#include "core/DataTypes.h"
#include <vector>
Classes | |
class | walberla::pe::communication::RigidBodyCopyNotification |
Wrapper class for rigid body copies. More... | |
struct | walberla::pe::communication::RigidBodyCopyNotification::Parameters |
Namespaces | |
walberla | |
\file TimestepTracker.h \ingroup lbm \author Frederik Hennig frede.nosp@m.rik..nosp@m.henni.nosp@m.g@fa.nosp@m.u.de | |
walberla::pe | |
walberla::pe::communication | |
Functions | |
template<typename Buffer > | |
void | walberla::pe::communication::marshal (Buffer &buffer, const RigidBodyCopyNotification &obj) |
Marshaling rigid body copies. More... | |
template<typename Buffer > | |
void | walberla::pe::communication::unmarshal (Buffer &buffer, RigidBodyCopyNotification::Parameters &objparam) |
Unmarshaling rigid body copies. More... | |
template<> | |
NotificationType | walberla::pe::communication::notificationType< RigidBodyCopyNotification > () |
Returns the notification type of a rigid body copy. More... | |