C# Class libsbml.SBMLWriter

Inheritance: IDisposable
Datei anzeigen Open project: sys-bio/libroadrunner-deps Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
Equals ( Object sb ) : bool
GetHashCode ( ) : int
SBMLWriter ( ) : System
hasBzip2 ( ) : bool
hasZlib ( ) : bool
operator ( ) : bool
setProgramName ( string name ) : int
setProgramVersion ( string version ) : int
writeSBML ( SBMLDocument d, OStream stream ) : bool
writeSBML ( SBMLDocument d, string filename ) : bool
writeSBMLToFile ( SBMLDocument d, string filename ) : bool
writeSBMLToString ( SBMLDocument d ) : string
writeToString ( SBMLDocument d ) : string

Private Methods

Method Description
SBMLWriter ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( SBMLWriter obj ) : HandleRef
getCPtrAndDisown ( SBMLWriter obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Equals() public method

public Equals ( Object sb ) : bool
sb Object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

SBMLWriter() public method

public SBMLWriter ( ) : System
return System

hasBzip2() public static method

public static hasBzip2 ( ) : bool
return bool

hasZlib() public static method

public static hasZlib ( ) : bool
return bool

operator() public static method

public static operator ( ) : bool
return bool

setProgramName() public method

public setProgramName ( string name ) : int
name string
return int

setProgramVersion() public method

public setProgramVersion ( string version ) : int
version string
return int

writeSBML() public method

public writeSBML ( SBMLDocument d, OStream stream ) : bool
d SBMLDocument
stream OStream
return bool

writeSBML() public method

public writeSBML ( SBMLDocument d, string filename ) : bool
d SBMLDocument
filename string
return bool

writeSBMLToFile() public method

public writeSBMLToFile ( SBMLDocument d, string filename ) : bool
d SBMLDocument
filename string
return bool

writeSBMLToString() public method

public writeSBMLToString ( SBMLDocument d ) : string
d SBMLDocument
return string

writeToString() public method

public writeToString ( SBMLDocument d ) : string
d SBMLDocument
return string

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool