getCPtr() static private method

static private getCPtr ( FunctionDefinition obj ) : HandleRef
obj FunctionDefinition
return System.Runtime.InteropServices.HandleRef
示例#1
0
 static void replaceFD(ASTNode math, FunctionDefinition fd)
 {
     libsbmlPINVOKE.SBMLTransforms_replaceFD__SWIG_1(ASTNode.getCPtr(math), FunctionDefinition.getCPtr(fd));
 }
示例#2
0
 FunctionDefinition(FunctionDefinition orig) : this(libsbmlPINVOKE.new_FunctionDefinition__SWIG_2(FunctionDefinition.getCPtr(orig)), true)
 {
     if (libsbmlPINVOKE.SWIGPendingException.Pending)
     {
         throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#3
0
 static void replaceFD(ASTNode math, FunctionDefinition fd, IdList idsToExclude)
 {
     libsbmlPINVOKE.SBMLTransforms_replaceFD__SWIG_0(ASTNode.getCPtr(math), FunctionDefinition.getCPtr(fd), IdList.getCPtr(idsToExclude));
 }