|
MULTIBODY SIMULATION SOFTWARE - API documentation |
#include <CHcModelBulletParticle.h>


Public Member Functions | |
| void | SetParticle (ChParticles *mpa, unsigned int id) |
| ChParticles * | GetParticles () |
| unsigned int | GetParticleId () |
| virtual void | SyncPosition () |
| virtual ChPhysicsItem * | GetPhysicsItem () |
| void chrono::collision::ChModelBulletParticle::SetParticle | ( | ChParticles * | mpa, | |
| unsigned int | id | |||
| ) |
Sets the pointer to the client owner (the ChParticles cluster) and the particle number.
| ChParticles* chrono::collision::ChModelBulletParticle::GetParticles | ( | ) |
Gets the pointer to the client owner, ChParticles cluster.
| unsigned int chrono::collision::ChModelBulletParticle::GetParticleId | ( | ) |
Gets the number of the particle in the particle cluster.
| void chrono::collision::ChModelBulletParticle::SyncPosition | ( | ) | [virtual] |
Sets the position and orientation of the collision model as the current position of the corresponding item in ChParticles
Implements chrono::collision::ChCollisionModel.
| virtual ChPhysicsItem* chrono::collision::ChModelBulletParticle::GetPhysicsItem | ( | ) | [virtual] |
CHRONO::ENGINE