Dynamic Neural Field Composer 0.0.0
A C++20 library and interactive application for building and simulating Dynamic Neural Field (DNF) architectures.
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations
simulation_recorder.h File Reference
#include <string>
#include <vector>
#include <fstream>
Include dependency graph for simulation_recorder.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  dnf_composer::SimulationRecorder
 Manages ongoing time-series recordings and snapshot exports of element component data for a simulation. More...
 

Namespaces

namespace  dnf_composer
 

Enumerations

enum class  dnf_composer::RecordingIntervalUnit { dnf_composer::RecordingIntervalUnit::Ticks , dnf_composer::RecordingIntervalUnit::Milliseconds }
 Unit for the recording sample interval. More...