LiquidFun
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
b2ParticleSystem Member List

This is the complete list of members for b2ParticleSystem, including all inherited members.

ApplyForce(int32 firstIndex, int32 lastIndex, const b2Vec2 &force)b2ParticleSystem
ApplyLinearImpulse(int32 firstIndex, int32 lastIndex, const b2Vec2 &impulse)b2ParticleSystem
b2FixtureParticleQueryCallback (defined in b2ParticleSystem)b2ParticleSystemfriend
b2ParticleBodyContactRemovePredicate (defined in b2ParticleSystem)b2ParticleSystemfriend
b2ParticleGroup (defined in b2ParticleSystem)b2ParticleSystemfriend
b2World (defined in b2ParticleSystem)b2ParticleSystemfriend
ComputeAABB(b2AABB *const aabb) const b2ParticleSystem
ComputeCollisionEnergy() const b2ParticleSystem
CreateParticle(const b2ParticleDef &def)b2ParticleSystem
CreateParticleGroup(const b2ParticleGroupDef &def)b2ParticleSystem
DestroyOldestParticle(const int32 index, const bool callDestructionListener)b2ParticleSystem
DestroyParticle(int32 index)b2ParticleSysteminline
DestroyParticle(int32 index, bool callDestructionListener)b2ParticleSystem
DestroyParticlesInShape(const b2Shape &shape, const b2Transform &xf)b2ParticleSysteminline
DestroyParticlesInShape(const b2Shape &shape, const b2Transform &xf, bool callDestructionListener)b2ParticleSystem
ExpirationTimeToLifetime(const int32 expirationTime) const b2ParticleSystem
GetAllGroupFlags() const b2ParticleSysteminline
GetAllParticleFlags() const b2ParticleSysteminline
GetBodyContactCount() const (defined in b2ParticleSystem)b2ParticleSysteminline
GetBodyContacts() const b2ParticleSysteminline
GetColorBuffer()b2ParticleSystem
GetColorBuffer() const (defined in b2ParticleSystem)b2ParticleSysteminline
GetContactCount() const (defined in b2ParticleSystem)b2ParticleSysteminline
GetContacts() const b2ParticleSysteminline
GetDamping() const b2ParticleSysteminline
GetDensity() const b2ParticleSysteminline
GetDestructionByAge() const b2ParticleSysteminline
GetExpirationTimeBuffer()b2ParticleSystem
GetFlagsBuffer() const b2ParticleSysteminline
GetGravityScale() const b2ParticleSysteminline
GetGroupBuffer()b2ParticleSysteminline
GetGroupBuffer() const (defined in b2ParticleSystem)b2ParticleSysteminline
GetIndexByExpirationTimeBuffer()b2ParticleSystem
GetMaxParticleCount() const b2ParticleSysteminline
GetNext()b2ParticleSysteminline
GetNext() const (defined in b2ParticleSystem)b2ParticleSysteminline
GetPairCount() const (defined in b2ParticleSystem)b2ParticleSysteminline
GetPairs() const b2ParticleSysteminline
GetParticleCount() const b2ParticleSysteminline
GetParticleFlags(const int32 index)b2ParticleSysteminline
GetParticleGroupCount() const b2ParticleSysteminline
GetParticleGroupList()b2ParticleSysteminline
GetParticleGroupList() const (defined in b2ParticleSystem)b2ParticleSysteminline
GetParticleHandleFromIndex(const int32 index)b2ParticleSystem
GetParticleLifetime(const int32 index)b2ParticleSystem
GetPaused() const b2ParticleSysteminline
GetPositionBuffer()b2ParticleSysteminline
GetPositionBuffer() const (defined in b2ParticleSystem)b2ParticleSysteminline
GetRadius() const b2ParticleSysteminline
GetStaticPressureIterations() const b2ParticleSysteminline
GetStrictContactCheck() const b2ParticleSysteminline
GetStuckCandidateCount() const b2ParticleSysteminline
GetStuckCandidates() const b2ParticleSysteminline
GetTriadCount() const (defined in b2ParticleSystem)b2ParticleSysteminline
GetTriads() const b2ParticleSysteminline
GetUserDataBuffer()b2ParticleSystem
GetUserDataBuffer() const (defined in b2ParticleSystem)b2ParticleSysteminline
GetVelocityBuffer()b2ParticleSysteminline
GetVelocityBuffer() const (defined in b2ParticleSystem)b2ParticleSysteminline
GetWeightBuffer()b2ParticleSysteminline
GetWeightBuffer() const (defined in b2ParticleSystem)b2ParticleSysteminline
JoinParticleGroups(b2ParticleGroup *groupA, b2ParticleGroup *groupB)b2ParticleSystem
ParticleApplyForce(int32 index, const b2Vec2 &force)b2ParticleSystem
ParticleApplyLinearImpulse(int32 index, const b2Vec2 &impulse)b2ParticleSysteminline
QueryAABB(b2QueryCallback *callback, const b2AABB &aabb) const b2ParticleSystem
QueryShapeAABB(b2QueryCallback *callback, const b2Shape &shape, const b2Transform &xf) const b2ParticleSystem
RayCast(b2RayCastCallback *callback, const b2Vec2 &point1, const b2Vec2 &point2) const b2ParticleSystem
SetColorBuffer(b2ParticleColor *buffer, int32 capacity) (defined in b2ParticleSystem)b2ParticleSystem
SetDamping(float32 damping)b2ParticleSysteminline
SetDensity(float32 density)b2ParticleSysteminline
SetDestructionByAge(const bool enable)b2ParticleSystem
SetFlagsBuffer(uint32 *buffer, int32 capacity)b2ParticleSystem
SetGravityScale(float32 gravityScale)b2ParticleSysteminline
SetMaxParticleCount(int32 count)b2ParticleSysteminline
SetParticleFlags(int32 index, uint32 flags)b2ParticleSystem
SetParticleLifetime(const int32 index, const float32 lifetime)b2ParticleSystem
SetPaused(bool paused)b2ParticleSysteminline
SetPositionBuffer(b2Vec2 *buffer, int32 capacity) (defined in b2ParticleSystem)b2ParticleSystem
SetRadius(float32 radius)b2ParticleSysteminline
SetStaticPressureIterations(int32 iterations)b2ParticleSysteminline
SetStrictContactCheck(bool enabled)b2ParticleSysteminline
SetStuckThreshold(int32 iterations)b2ParticleSystem
SetUserDataBuffer(void **buffer, int32 capacity) (defined in b2ParticleSystem)b2ParticleSystem
SetVelocityBuffer(b2Vec2 *buffer, int32 capacity) (defined in b2ParticleSystem)b2ParticleSystem
SplitParticleGroup(b2ParticleGroup *group)b2ParticleSystem