getCPtr() static private method

static private getCPtr ( ListOfFunctionDefinitions obj ) : HandleRef
obj ListOfFunctionDefinitions
return System.Runtime.InteropServices.HandleRef
Esempio n. 1
0
 static void replaceFD(ASTNode math, ListOfFunctionDefinitions lofd)
 {
     libsbmlPINVOKE.SBMLTransforms_replaceFD__SWIG_3(ASTNode.getCPtr(math), ListOfFunctionDefinitions.getCPtr(lofd));
 }
Esempio n. 2
0
 static void replaceFD(ASTNode math, ListOfFunctionDefinitions lofd, IdList idsToExclude)
 {
     libsbmlPINVOKE.SBMLTransforms_replaceFD__SWIG_2(ASTNode.getCPtr(math), ListOfFunctionDefinitions.getCPtr(lofd), IdList.getCPtr(idsToExclude));
 }