ESyS-Particle  2.3
CParticle::exchangeType Class Reference

#include <Particle.h>

Collaboration diagram for CParticle::exchangeType:

Public Member Functions

 exchangeType ()
 
 exchangeType (const Vec3 &pos, const Vec3 &initPos, const Vec3 &oldPos, const Vec3 &vel, bool is_dyn)
 

Public Attributes

Vec3 m_pos
 
Vec3 m_initPos
 
Vec3 m_oldPos
 
Vec3 m_vel
 
bool m_is_dynamic
 

Constructor & Destructor Documentation

CParticle::exchangeType::exchangeType ( )
inline

References m_is_dynamic.

CParticle::exchangeType::exchangeType ( const Vec3 pos,
const Vec3 initPos,
const Vec3 oldPos,
const Vec3 vel,
bool  is_dyn 
)
inline

References m_is_dynamic.

Member Data Documentation

Vec3 CParticle::exchangeType::m_initPos
bool CParticle::exchangeType::m_is_dynamic
Vec3 CParticle::exchangeType::m_oldPos
Vec3 CParticle::exchangeType::m_pos
Vec3 CParticle::exchangeType::m_vel

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