|
ESyS-Particle
2.3
|

Public Member Functions | |
| void | append (int i, int t, float r, float m, const Vec3 &p, const Vec3 &v, const Vec3 &f) |
| void | append (int i, int t, float r, float m, const Vec3 &p, const Vec3 &v, const Vec3 &f, const Vec3 &av) |
| void | reserve (int n, bool rot=true) |
Public Attributes | |
| IntVec | id |
| IntVec | tag |
| FloatVec | rad |
| FloatVec | mass |
| Arr3 | pos |
| Arr3 | vel |
| Arr3 | force |
| FloatVec | q1 |
| FloatVec | q2 |
| FloatVec | q3 |
| FloatVec | q4 |
| Arr3 | angvel |
|
inline |
References force, mass, pos, Arr3::push_back(), rad, tag, and vel.
Referenced by append(), readParticles(), and readParticlesSliced().


|
inline |
References angvel, force, mass, pos, rad, Arr3::reserve(), tag, and vel.
Referenced by readParticles(), and readParticlesSliced().


| Arr3 ParticleData::angvel |
Referenced by append(), reserve(), saveSiloSnap(), and saveSiloSnapSliced().
| IntVec ParticleData::id |
Referenced by saveSiloSnap(), and saveSiloSnapSliced().
| Arr3 ParticleData::pos |
Referenced by append(), reserve(), saveSiloSnap(), saveSiloSnapSliced(), and writeBonds().
| FloatVec ParticleData::q1 |
| FloatVec ParticleData::q2 |
| FloatVec ParticleData::q3 |
| FloatVec ParticleData::q4 |
| FloatVec ParticleData::rad |
Referenced by append(), reserve(), saveSiloSnap(), saveSiloSnapSliced(), and writeBonds().
| IntVec ParticleData::tag |
Referenced by append(), reserve(), saveSiloSnap(), and saveSiloSnapSliced().
| Arr3 ParticleData::vel |
Referenced by append(), reserve(), saveSiloSnap(), and saveSiloSnapSliced().