TP_ParticleNode Class Reference

#include <c4d_particles.h>

Detailed Description

Represents a particle in a TP_PGroup list.

Public Member Functions

Int32 GetParticleID ()
 
TP_ParticleNodeGetNext ()
 
TP_ParticleNodeGetPrev ()
 

Member Function Documentation

◆ GetParticleID()

Int32 GetParticleID ( )

Retrieves the particle ID.

Returns
The particle ID.

◆ GetNext()

TP_ParticleNode* GetNext ( )

Retrieves the next particle node in the list.

Returns
The next particle node in the list. The list owns the pointed TP_ParticleNode.

◆ GetPrev()

TP_ParticleNode* GetPrev ( )

Retrieves the previous particle node in the list.

Returns
The previous particle node in the list. The list owns the pointed TP_ParticleNode.