src/filament/sites.jl

MEDYAN.FilamentSiteGeneral

General filament site just matches monomer states

  • center::Int64: index of center monomer in states
  • states::Vector{UInt8}: monomer states to match

MEDYAN.AnyState

AnyState()

Singleton type used in match in def_fila_reaction! and def_fila_tip_reaction! to match any MonomerState.

Use the exported constant anystate instead of constructing directly.

MEDYAN.anystate

const anystate = AnyState()

A special value in match in def_fila_reaction! and def_fila_tip_reaction! to match any MonomerState.