Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F94987898
particle.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, Dec 11, 23:27
Size
486 B
Mime Type
text/x-c++
Expires
Fri, Dec 13, 23:27 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22908489
Attached To
rSYMKIT symkit
particle.h
View Options
#ifndef PARTICLE_H
#define PARTICLE_H
#include "shape.h"
#include "specs/describable.h"
#include "specs/positionable.h"
class
Particle
:
public
Shape
,
public
Positionable
,
public
Describable
{
public:
Particle
(
Descriptor
*
desc
=
0
,
GLModel
*
model
=
0
,
const
QString
&
label
=
""
,
specs_t
flags
=
S_RENDER
|
S_FILL_MODE
|
S_POSITION
|
S_COLOR
|
S_DESCRIPTOR
);
SPECS_POSITION
SPECS_DESCRIPTOR
};
#endif
// PARTICLE_H
Event Timeline
Log In to Comment