C# 클래스 libsbml.SBMLWriter

상속: IDisposable
파일 보기 프로젝트 열기: sys-bio/libroadrunner-deps 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
SBMLWriter ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( SBMLWriter obj ) : HandleRef
getCPtrAndDisown ( SBMLWriter obj ) : HandleRef

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Equals() 공개 메소드

public Equals ( Object sb ) : bool
sb Object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

SBMLWriter() 공개 메소드

public SBMLWriter ( ) : System
리턴 System

hasBzip2() 공개 정적인 메소드

public static hasBzip2 ( ) : bool
리턴 bool

hasZlib() 공개 정적인 메소드

public static hasZlib ( ) : bool
리턴 bool

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

setProgramName() 공개 메소드

public setProgramName ( string name ) : int
name string
리턴 int

setProgramVersion() 공개 메소드

public setProgramVersion ( string version ) : int
version string
리턴 int

writeSBML() 공개 메소드

public writeSBML ( SBMLDocument d, OStream stream ) : bool
d SBMLDocument
stream OStream
리턴 bool

writeSBML() 공개 메소드

public writeSBML ( SBMLDocument d, string filename ) : bool
d SBMLDocument
filename string
리턴 bool

writeSBMLToFile() 공개 메소드

public writeSBMLToFile ( SBMLDocument d, string filename ) : bool
d SBMLDocument
filename string
리턴 bool

writeSBMLToString() 공개 메소드

public writeSBMLToString ( SBMLDocument d ) : string
d SBMLDocument
리턴 string

writeToString() 공개 메소드

public writeToString ( SBMLDocument d ) : string
d SBMLDocument
리턴 string

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool