|
ESyS-Particle
2.3.4
|
#include "Model/RotParticle.h"#include "Geometry/SimpleParticleData.h"#include "Foundation/console.h"#include "tml/message/packed_message_interface.h"
Functions | |
| template<> | |
| void | TML_PackedMessageInterface::pack< CRotParticle::exchangeType > (const CRotParticle::exchangeType &p) |
| template<> | |
| void | TML_PackedMessageInterface::unpack< CRotParticle::exchangeType > (CRotParticle::exchangeType &p) |
| ostream & | operator<< (ostream &ost, const CRotParticle &CP) |
| ostream& operator<< | ( | ostream & | ost, |
| const CRotParticle & | CP | ||
| ) |
get deviatoric stress
References CParticle::m_force, CBasicParticle::m_global_id, CParticle::m_mass, CBasicParticle::m_pos, CBasicParticle::m_rad, and CParticle::m_vel.
| void TML_PackedMessageInterface::pack< CRotParticle::exchangeType > | ( | const CRotParticle::exchangeType & | p | ) |
References CRotParticle::exchangeType::m_angVel, CRotParticle::exchangeType::m_initPos, CRotParticle::exchangeType::m_is_dynamic, CRotParticle::exchangeType::m_is_rot, CRotParticle::exchangeType::m_pos, CRotParticle::exchangeType::m_quat, CRotParticle::exchangeType::m_vel, Quaternion::return_sca(), Quaternion::return_vec(), Vec3::X(), Vec3::Y(), and Vec3::Z().

| void TML_PackedMessageInterface::unpack< CRotParticle::exchangeType > | ( | CRotParticle::exchangeType & | p | ) |
Unpack an exchangeType from a TML packed message
References CRotParticle::exchangeType::m_angVel, CRotParticle::exchangeType::m_initPos, CRotParticle::exchangeType::m_is_dynamic, CRotParticle::exchangeType::m_is_rot, CRotParticle::exchangeType::m_pos, CRotParticle::exchangeType::m_quat, and CRotParticle::exchangeType::m_vel.