Cyclone Cyclone: C:/data/physeng_code/include/cyclone/plinks.h File Reference

C:/data/physeng_code/include/cyclone/plinks.h File Reference

This file contains classes representing the connections between particles. More...

#include "pcontacts.h"

Include dependency graph for plinks.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  cyclone

Classes

class  cyclone::ParticleLink
 Links connect two particles together, generating a contact if they violate the constraints of their link. More...
class  cyclone::ParticleCable
 Cables link a pair of particles, generating a contact if they stray too far apart. More...
class  cyclone::ParticleRod
 Rods link a pair of particles, generating a contact if they stray too far apart or too close. More...
class  cyclone::ParticleConstraint
 Constraints are just like links, except they connect a particle to an immovable anchor point. More...
class  cyclone::ParticleCableConstraint
 Cables link a particle to an anchor point, generating a contact if they stray too far apart. More...
class  cyclone::ParticleRodConstraint
 Rods link a particle to an anchor point, generating a contact if they stray too far apart or too close. More...


Detailed Description

This file contains classes representing the connections between particles.