#include <c4d_particles.h>
Represents a particle in a TP_PGroup list.
Public Member Functions | |
| Int32 | GetParticleID () const | 
| TP_ParticleNode * | GetNext () | 
| const TP_ParticleNode * | GetNext () const | 
| TP_ParticleNode * | GetPrev () | 
| Int32 GetParticleID | ( | ) | const | 
Retrieves the particle ID.
| TP_ParticleNode* GetNext | ( | ) | 
Retrieves the next particle node in the list.
| const TP_ParticleNode* GetNext | ( | ) | const | 
| TP_ParticleNode* GetPrev | ( | ) | 
Retrieves the previous particle node in the list.