Ejemplo n.º 1
0
        public virtual UnitDefinition getUnitDefinitionFromPackage(SWIGTYPE_p_UnitFormulaFormatter uff, ASTNode node, bool inKL, int reactNo)
        {
            global::System.IntPtr cPtr = libsbmlPINVOKE.ASTBasePlugin_getUnitDefinitionFromPackage(swigCPtr, SWIGTYPE_p_UnitFormulaFormatter.getCPtr(uff), ASTNode.getCPtr(node), inKL, reactNo);
            UnitDefinition        ret  = (cPtr == global::System.IntPtr.Zero) ? null : new UnitDefinition(cPtr, false);

            return(ret);
        }
Ejemplo n.º 2
0
        UnitDefinition getUnitDefinitionFromRateOf(SWIGTYPE_p_UnitFormulaFormatter uff, ASTNode node, bool inKL, int reactNo)
        {
            global::System.IntPtr cPtr = libsbmlPINVOKE.L3v2extendedmathASTPlugin_getUnitDefinitionFromRateOf(swigCPtr, SWIGTYPE_p_UnitFormulaFormatter.getCPtr(uff), ASTNode.getCPtr(node), inKL, reactNo);
            UnitDefinition        ret  = (cPtr == global::System.IntPtr.Zero) ? null : new UnitDefinition(cPtr, false);

            return(ret);
        }
Ejemplo n.º 3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_UnitFormulaFormatter obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }