Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F103772855
specsmethods.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
Tue, Mar 4, 16:40
Size
979 B
Mime Type
text/x-Algol68
Expires
Thu, Mar 6, 16:40 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24665652
Attached To
rSYMKIT symkit
specsmethods.h
View Options
/*
* Define all generation methods
*/
// expand this macro into a class inheriting Evolvable
#define SPECS_EVOLVE SPECS_METHODS(Evolving, S_EVOLVE)
// expand this macro into a class inheriting Renderable
#define SPECS_RENDER SPECS_METHODS(Rendering, S_RENDER)
// expand this macro into a class inheriting Renderable
#define SPECS_FILL_MODE SPECS_METHODS(FillMode, S_FILL_MODE)
// expand this macro into a class inheriting Positionable
#define SPECS_POSITION SPECS_METHODS(Positioning, S_POSITION)
// expand this macro into a class inheriting Orientable
#define SPECS_ORIENTATION SPECS_METHODS(Orientating, S_ORIENTATION)
// expand this macro into a class inheriting Scalable
#define SPECS_SCALING SPECS_METHODS(Scaling, S_SCALING)
// expand this macro into a class inheriting Colorable
#define SPECS_COLOR SPECS_METHODS(Coloring, S_COLOR)
// expand this macro into a class inheriting Descriptable
#define SPECS_DESCRIPTOR SPECS_METHODS(RunningDescriptor, S_DESCRIPTOR)
Event Timeline
Log In to Comment