Lamp-Da 0.1
A compact lantern project
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
automaton.hpp File Reference

Go to the source code of this file.

Classes

struct  lampda::modes::automaton::BubbleMode
 Bubbles rising in the sea. The user ramp control the random generation. More...
 
struct  lampda::modes::automaton::BubbleMode::StateTy
 
struct  lampda::modes::automaton::SierpinskiMode
 Draw the famous Sierpinski triangle, with an old CCTV effect. More...
 
struct  lampda::modes::automaton::SierpinskiMode::ConfigTy
 
struct  lampda::modes::automaton::SierpinskiMode::StateTy
 

Namespaces

namespace  lampda
 Program scope.
 
namespace  lampda::modes
 Contains basic interface types to implement custom user modes.
 
namespace  lampda::modes::automaton
 Modes implementing cellular automaton using "grid" tools.
 

Typedefs

using lampda::modes::automaton::AutomatonModes = modes::GroupFor< BubbleMode, SierpinskiMode >
 Storage for the Automaton modes.