getCPtr() static private méthode

static private getCPtr ( IdList obj ) : HandleRef
obj IdList
Résultat System.Runtime.InteropServices.HandleRef
 static void replaceFD(ASTNode math, FunctionDefinition fd, IdList idsToExclude)
 {
     libsbmlPINVOKE.SBMLTransforms_replaceFD__SWIG_0(ASTNode.getCPtr(math), FunctionDefinition.getCPtr(fd), IdList.getCPtr(idsToExclude));
 }
Exemple #2
0
        public static bool nodeContainsId(ASTNode node, IdList ids)
        {
            bool ret = libsbmlPINVOKE.SBMLTransforms_nodeContainsId(ASTNode.getCPtr(node), IdList.getCPtr(ids));

            if (libsbmlPINVOKE.SWIGPendingException.Pending)
            {
                throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }