Skip to content
Snippets Groups Projects
Select Git revision
  • 5fcbe8b8630e3d0a58f0924aceba1f38873a172e
  • master default protected
  • dev
3 results

NAMESPACE

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    NAMESPACE 790 B
    useDynLib(sybilSBML)
    
    import(methods)
    import(Matrix)
    import(sybil)
    
    exportClass(
    sbmlPtr,
    sbmlError
    )
    
    export(
    # methods
    sbmlPtrType,
    sbmlPointer,
    sbmlDocKey,
    sbmlFileName,
    isNULLpointerSBML,
    isSBMLdocpointer,
    isSBMLmodpointer,
    sbmlInfos,
    sbmlWarnings,
    sbmlErrors,
    sbmlFatals,
    sbmlDocKey,
    sbmlFileName,
    getNumErrors,
    printSlot,
    # function names
    sbmlDocPointer,
    sbmlModPointer,
    sbmlError,
    versionLibSBML,
    openSBMLfile,
    closeSBMLfile,
    getSBMLmodel,
    delSBMLmodel,
    getSBMLlevel,
    getSBMLversion,
    validateSBMLdocument,
    getSBMLerrors,
    getSBMLmodId,
    getSBMLmodName,
    getSBMLnumCompart,
    getSBMLnumSpecies,
    getSBMLnumReactions,
    getSBMLunitDefinitionsList,
    getSBMLCompartList,
    getSBMLSpeciesList,
    getSBMLReactionsList,
    readSBMLmod,
    writeSBML,
    getSBMLFbcversion,
    getSBMLmodNotes,
    getSBMLmodAnnotation
    )