Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 29, 2005, 1:24:40 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: ParticleSystem is now a PhysicsInterface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/physics/physics_connection.h

    r4375 r4377  
    1414//! An enumerator for different ConnectionTypes
    1515typedef enum PCON_Type { PCON_PhysIPhysI = 0,
    16                          PCON_PhysIField = 1,
    17                          PCON_ParticlesField = 2 };
     16                         PCON_PhysIField = 1};
    1817
    1918
     
    2423
    2524 public:
     25  PhysicsConnection(PhysicsInterface* subject, Field* field);
    2626  PhysicsConnection(PhysicsInterface* partnerOne, PhysicsInterface* partnerTwo);
    27   PhysicsConnection(PhysicsInterface* subject, Field* field);
    28   PhysicsConnection(ParticleSystem* particleSystem, Field* field);
    2927
    3028  virtual ~PhysicsConnection();
     
    3836  PhysicsInterface* partner2;        //!< The second partner of this Connection.
    3937 
    40   ParticleSystem* particleSystem;    //!< A ParticleSystem in this Connection
    41  
    4238  Field* field;                      //!< The field to connect either subject of ParticleSystem to.
    4339};
Note: See TracChangeset for help on using the changeset viewer.