Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F95212675
evolvable.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
Fri, Dec 13, 19:11
Size
204 B
Mime Type
text/x-c++
Expires
Sun, Dec 15, 19:11 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22933195
Attached To
rSYMKIT symkit
evolvable.h
View Options
#ifndef EVOLVABLE_H
#define EVOLVABLE_H
class
Evolvable
{
public:
virtual
~
Evolvable
()
{}
virtual
void
evolve
(
float
dt
)
=
0
;
virtual
bool
isEvolving
()
const
=
0
;
};
#endif
// EVOLVABLE_H
Event Timeline
Log In to Comment