Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F94924264
symsystem.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, 10:51
Size
587 B
Mime Type
text/x-c++
Expires
Fri, Dec 13, 10:51 (2 d)
Engine
blob
Format
Raw Data
Handle
22900747
Attached To
rSYMKIT symkit
symsystem.h
View Options
#ifndef SYMSYSTEM_H
#define SYMSYSTEM_H
#include "actorgroup.h"
#include "specs/describable.h"
#include "specs/positionable.h"
class SymSystem : public ActorGroup, public Describable, public Positionable
{
SVector<3> offset;
public:
SymSystem( Descriptor * desc = 0,
const SVector<3> &offset = SVector<3>::nullv,
const QString& label = "",
specs_t flags = S_EVOLVE | S_RENDER | S_POSITION | S_DESCRIPTOR);
SPECS_DESCRIPTOR
virtual SVector<3> position() const override;
SPECS_POSITION
};
#endif // SYMSYSTEM_H
Event Timeline
Log In to Comment