Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F111618626
oscillatorshape.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, May 3, 20:33
Size
748 B
Mime Type
text/x-c++
Expires
Mon, May 5, 20:33 (2 d)
Engine
blob
Format
Raw Data
Handle
25929358
Attached To
rSYMKIT symkit
oscillatorshape.h
View Options
#ifndef OSCILLATORSHAPE_H
#define OSCILLATORSHAPE_H
#include "actors/shape.h"
#include "specs/positionable.h"
#include "specs/describable.h"
class Oscillateur;
class OscillatorShape : public Shape, public Describable, public Positionable
{
public:
OscillatorShape( Oscillateur * oscillateur = 0,
GLModel * model = 0,
const QString& label = "",
specs_t flags = S_EVOLVE | S_RENDER | S_FILL_MODE | S_POSITION | S_COLOR | S_DESCRIPTOR);
~OscillatorShape() {}
/* it does exactly nothing */
virtual void evolve(float) override {}
virtual SVector<3> position() const override;
SPECS_POSITION
SPECS_DESCRIPTOR
};
#endif // OSCILLATORSHAPE_H
Event Timeline
Log In to Comment