Table of Contents

Namespace DotFly.Core.Graph

Classes

Brain

An opened, immutable checkpoint: the neuron table, the CSR graph and the named sets, all read in place from the memory-mapped file. Thread-safe for concurrent readers; share one instance between simulations.

NeuronSet

An immutable, sorted, duplicate-free set of neuron indices with a name. Every input, output, silence mask and query in dotFly resolves to one of these.

Structs

EdgeSpan

The out-edges of one neuron as parallel spans.

NeuronInfo

Annotation record of one neuron.

Enums

Side

Soma / root side of a neuron as annotated in the source dataset.