Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F95013071
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
Thu, Dec 12, 03:54
Size
486 B
Mime Type
text/x-c++
Expires
Sat, Dec 14, 03:54 (2 d)
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