|
From: | Tamas Nepusz |
Subject: | Re: [igraph] about reimplement igraph C basic interface using DB |
Date: | Wed, 3 Dec 2008 14:01:44 +0000 |
I think it won't break the Python interface. Gabor is right, Python igraph.Graph objects encapsulate a pointer to an igraph_t object and take care of constructing and destroying it appropriately -- that's all, I think it doesn't use the internal representation of igraph_t objects anywhere.It *might* not break the Python interface, I think that uses just an external pointer for an igraph graph.
-- T.
[Prev in Thread] | Current Thread | [Next in Thread] |