mantaflow  0.10
A framework for fluid simulation
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
Manta::BasicParticleData Struct Reference

#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
 

Detailed Description

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.


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