C# Class libsbml.SBMLConverterRegistry

Inheritance: IDisposable
Mostra file Open project: sys-bio/libroadrunner-deps Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
addConverter ( SBMLConverter converter ) : int
getConverterByIndex ( int index ) : SBMLConverter
getConverterFor ( ConversionProperties props ) : SBMLConverter
getInstance ( ) : SBMLConverterRegistry
getNumConverters ( ) : int

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

addConverter() public method

public addConverter ( SBMLConverter converter ) : int
converter SBMLConverter
return int

getConverterByIndex() public method

public getConverterByIndex ( int index ) : SBMLConverter
index int
return SBMLConverter

getConverterFor() public method

public getConverterFor ( ConversionProperties props ) : SBMLConverter
props ConversionProperties
return SBMLConverter

getInstance() public static method

public static getInstance ( ) : SBMLConverterRegistry
return SBMLConverterRegistry

getNumConverters() public method

public getNumConverters ( ) : int
return int

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool