Open Search
    TP_ParticleNode Class Reference

    #include <c4d_particles.h>

    Detailed Description

    Represents a particle in a TP_PGroup list.

    Public Member Functions

    Int32 GetParticleID () const
     
    TP_ParticleNodeGetNext ()
     
    const TP_ParticleNodeGetNext () const
     
    TP_ParticleNodeGetPrev ()
     

    Member Function Documentation

    ◆ GetParticleID()

    Int32 GetParticleID ( ) const

    Retrieves the particle ID.

    Returns
    The particle ID.

    ◆ GetNext() [1/2]

    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.

    ◆ GetNext() [2/2]

    const TP_ParticleNode* GetNext ( ) const

    ◆ 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.