Recorder
Functionality for recording constituent IDs of Monads, Samplings, and Trials.
Public API
Private API
PhysiCellModelManager.compressIDs — Method
compressIDs(ids::AbstractArray{Int})Compress a list of IDs into a more compact representation by grouping consecutive IDs together.
PhysiCellModelManager.recordConstituentIDs — Method
recordConstituentIDs(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.