mantaflow
0.10
A framework for fluid simulation
|
#include <particle.h>
Public Member Functions | |
BasicParticleData (const Vec3 &p) | |
Static Public Member Functions | |
static ParticleBase::SystemType | getType () |
Public Attributes | |
Vec3 | pos |
data (note, this size is currently hard coded for uni i/o) | |
int | flag |
Simplest data class for particle systems contains a position and an int flag; note that these are deprectated, and will at some point be replaced by the more flexible pdata fields. For now manually copy with getPosPdata / setPosPdata.