~libgexf.team/libgexf/0.1

« back to all changes in this revision

Viewing changes to binding/python/libgexf.i

  • Committer: Sébastien Heymann
  • Date: 2009-12-10 18:11:38 UTC
  • Revision ID: sebastien.heymann@gmail.com-20091210181138-s0euha7lbn743764
Attempt to add dynamic support, but not activated due to infrastructure improvements needed. Compliant with the lastest GEXF 1.1draft format. Works in Python/Perl/Java.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#include "../../libgexf/conv.h"
29
29
/* db::topo */
30
30
#include "../../libgexf/graph.h"
 
31
#include "../../libgexf/dynamicgraph.h"
31
32
#include "../../libgexf/directedgraph.h"
32
33
#include "../../libgexf/undirectedgraph.h"
33
34
#include "../../libgexf/nodeiter.h"
81
82
%include "../../libgexf/conv.h"
82
83
/* db::topo */
83
84
%include "../../libgexf/graph.h"
 
85
%include "../../libgexf/dynamicgraph.h"
84
86
%include "../../libgexf/directedgraph.h"
85
87
%include "../../libgexf/undirectedgraph.h"
86
88
%include "../../libgexf/nodeiter.h"