internal static HandleRef getCPtr(SWIGTYPE_p_VectorT_Core__Plugin__IParticleFactory_p_t obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Exemplo n.º 2
0
    public SWIGTYPE_p_VectorT_Core__Plugin__IParticleFactory_p_t GetParticleFactories()
    {
        SWIGTYPE_p_VectorT_Core__Plugin__IParticleFactory_p_t ret = new SWIGTYPE_p_VectorT_Core__Plugin__IParticleFactory_p_t(testPINVOKE.CPluginManager_GetParticleFactories(swigCPtr), false);

        return(ret);
    }