Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98027111
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
Wed, Jan 8, 20:20
Size
643 B
Mime Type
text/x-c
Expires
Fri, Jan 10, 20:20 (2 d)
Engine
blob
Format
Raw Data
Handle
23486296
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