C# Class libsbml.SBMLReader

Inheritance: IDisposable
Mostrar archivo 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
SBMLReader ( ) : System
hasBzip2 ( ) : bool
hasZlib ( ) : bool
operator ( ) : bool
readSBML ( string filename ) : SBMLDocument
readSBMLFromFile ( string filename ) : SBMLDocument
readSBMLFromString ( string xml ) : SBMLDocument

Private Methods

Method Description
SBMLReader ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( SBMLReader obj ) : HandleRef
getCPtrAndDisown ( SBMLReader 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

SBMLReader() public method

public SBMLReader ( ) : 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

readSBML() public method

public readSBML ( string filename ) : SBMLDocument
filename string
return SBMLDocument

readSBMLFromFile() public method

public readSBMLFromFile ( string filename ) : SBMLDocument
filename string
return SBMLDocument

readSBMLFromString() public method

public readSBMLFromString ( string xml ) : SBMLDocument
xml string
return SBMLDocument

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool