libsbml.FunctionDefinition.getCPtr C# (CSharp) Method

getCPtr() static private method

static private getCPtr ( FunctionDefinition obj ) : HandleRef
obj FunctionDefinition
return System.Runtime.InteropServices.HandleRef
        internal static HandleRef getCPtr(FunctionDefinition obj)
        {
            return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
        }

Usage Example

Esempio n. 1
0
 static void replaceFD(ASTNode math, FunctionDefinition fd, IdList idsToExclude)
 {
     libsbmlPINVOKE.SBMLTransforms_replaceFD__SWIG_0(ASTNode.getCPtr(math), FunctionDefinition.getCPtr(fd), IdList.getCPtr(idsToExclude));
 }
All Usage Examples Of libsbml.FunctionDefinition::getCPtr