Fettpet / DeepIterator

This project implements a trait based iterator.
4 stars 0 forks source link

Superzellen Container #7

Closed Fettpet closed 7 years ago

Fettpet commented 7 years ago

Wir haben noch keine Einbettung für die Superzellen

Fettpet commented 7 years ago

Die Superzellen sind in Parbox eingebettet. Ich kann vector benutzen

Fettpet commented 7 years ago

Ich habe eine Klasse SupercellContainer geschrieben. Diese hat zwei template Parameter: 1. Den Type der Superzelle, 2. die Anzahl an Superzellen. Innerhalb des Containers gibt es ein std::array welches die Superzellen speichert.

Fettpet commented 7 years ago

Das std::array wurde durch einen Vektor ersetzt.