Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F105200879
pendparticle.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Mar 15, 09:48
Size
643 B
Mime Type
text/x-c
Expires
Mon, Mar 17, 09:48 (2 d)
Engine
blob
Format
Raw Data
Handle
24888185
Attached To
rSYMKIT symkit
pendparticle.h
View Options
#ifndef PENDPARTICLE_H
#define PENDPARTICLE_H
#include "actors/particles/oscillatorparticle.h"
#include "specs/evolvable.h"
/* Forward declaration */
class PenduleC;
class PendParticle : public OscillatorParticle, public Evolvable
{
public:
PendParticle(PenduleC * pendulec = 0,
GLModel * model = 0,
const QString& label = "",
specs_t flags = S_EVOLVE | S_RENDER | S_POSITION | S_COLOR | S_DESCRIPTOR);
virtual void initialize() override;
SPECS_EVOLVE
virtual void evolve(float) override;
const PenduleC* getPenduledescriptor() const;
};
#endif // PENDPARTICLE_H
Event Timeline
Log In to Comment