C# 클래스 libsbml.SBMLConverter

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

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
Dispose ( ) : void
SBMLConverter ( ) : System
SBMLConverter ( SBMLConverter orig ) : System
SBMLConverter ( string name ) : System
clone ( ) : SBMLConverter
convert ( ) : int
getDefaultProperties ( ) : ConversionProperties
getDocument ( ) : SBMLDocument
getName ( ) : string
getProperties ( ) : ConversionProperties
getTargetNamespaces ( ) : SBMLNamespaces
matchesProperties ( ConversionProperties props ) : bool
setDocument ( SBMLDocument doc ) : int
setProperties ( ConversionProperties props ) : int

비공개 메소드들

메소드 설명
SBMLConverter ( IntPtr cPtr, bool cMemoryOwn ) : System
SwigDerivedClassHasMethod ( string methodName, Type methodTypes ) : bool
SwigDirectorConnect ( ) : void
SwigDirectorclone ( ) : IntPtr
SwigDirectorconvert ( ) : int
SwigDirectorgetDefaultProperties ( ) : IntPtr
SwigDirectorgetDocument__SWIG_0 ( ) : IntPtr
SwigDirectorgetDocument__SWIG_1 ( ) : IntPtr
SwigDirectorgetProperties ( ) : IntPtr
SwigDirectorgetTargetNamespaces ( ) : IntPtr
SwigDirectormatchesProperties ( IntPtr props ) : bool
SwigDirectorsetDocument ( IntPtr doc ) : int
SwigDirectorsetProperties ( IntPtr props ) : int
getCPtr ( SBMLConverter obj ) : HandleRef
getCPtrAndDisown ( SBMLConverter obj ) : HandleRef

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

SBMLConverter() 공개 메소드

public SBMLConverter ( ) : System
리턴 System

SBMLConverter() 공개 메소드

public SBMLConverter ( SBMLConverter orig ) : System
orig SBMLConverter
리턴 System

SBMLConverter() 공개 메소드

public SBMLConverter ( string name ) : System
name string
리턴 System

clone() 공개 메소드

public clone ( ) : SBMLConverter
리턴 SBMLConverter

convert() 공개 메소드

public convert ( ) : int
리턴 int

getDefaultProperties() 공개 메소드

public getDefaultProperties ( ) : ConversionProperties
리턴 ConversionProperties

getDocument() 공개 메소드

public getDocument ( ) : SBMLDocument
리턴 SBMLDocument

getName() 공개 메소드

public getName ( ) : string
리턴 string

getProperties() 공개 메소드

public getProperties ( ) : ConversionProperties
리턴 ConversionProperties

getTargetNamespaces() 공개 메소드

public getTargetNamespaces ( ) : SBMLNamespaces
리턴 SBMLNamespaces

matchesProperties() 공개 메소드

public matchesProperties ( ConversionProperties props ) : bool
props ConversionProperties
리턴 bool

setDocument() 공개 메소드

public setDocument ( SBMLDocument doc ) : int
doc SBMLDocument
리턴 int

setProperties() 공개 메소드

public setProperties ( ConversionProperties props ) : int
props ConversionProperties
리턴 int

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool