Recorder
Functionality for recording constituent IDs of Monad
s, Sampling
s, and Trial
s.
Public API
Private API
PhysiCellModelManager.compressIDs
— MethodcompressIDs(ids::AbstractArray{Int})
Compress a list of IDs into a more compact representation by grouping consecutive IDs together.
PhysiCellModelManager.recordConstituentIDs
— MethodrecordConstituentIDs(T::Type{<:AbstractTrial}, id::Int, ids::Array{Int})
recordConstituentIDs(T::AbstractTrial, ids::Array{Int})
Record the IDs of the constituents of an AbstractTrial
object in a CSV file.