#include -- | module Bindings.Gts.GraphAndOperationsOnGraphs.GraphClass where import Bindings.GLib import Bindings.Gts.Types #strict_import #cinline GTS_GNODE_CLASS , Ptr a -> Ptr #cinline GTS_GNODE , Ptr a -> Ptr #cinline GTS_IS_GNODE , Ptr a -> Ptr #cinline GTS_GNODE_NEIGHBOR , Ptr -> Ptr -> IO (Ptr ) #ccall gts_gnode_class , IO (Ptr ) #ccall gts_gnode_new , Ptr -> IO (Ptr ) #ccall gts_gnode_degree , Ptr -> Ptr -> IO #ccall gts_gnode_foreach_edge , Ptr -> Ptr -> -> -> IO () #ccall gts_gnode_foreach_neighbor , Ptr -> Ptr -> -> -> IO () #ccall gts_gnode_weight , Ptr -> IO #ccall gts_gnode_move_cost , Ptr -> Ptr -> Ptr -> IO #cinline GTS_GEDGE_CLASS , Ptr a -> Ptr #cinline GTS_GEDGE , Ptr a -> Ptr #cinline GTS_IS_GEDGE , Ptr a -> Ptr #ccall gts_gedge_class , IO (Ptr ) #ccall gts_gedge_new , Ptr -> Ptr -> Ptr -> IO (Ptr ) #ccall gts_gedge_weight , Ptr -> IO #cinline gts_gedge_connects , Ptr -> Ptr -> Ptr -> IO #cinline GTS_GRAPH_CLASS , Ptr a -> Ptr #cinline GTS_GRAPH , Ptr a -> Ptr #cinline GTS_IS_GRAPH , Ptr a -> Ptr #ccall gts_graph_class , IO (Ptr ) #ccall gts_graph_new , Ptr -> Ptr -> Ptr -> IO (Ptr ) #ccall gts_graph_read , Ptr -> IO (Ptr ) #ccall gts_graph_read_jostle , Ptr -> Ptr -> IO #ccall gts_graph_write , Ptr -> Ptr CFile -> IO () #ccall gts_graph_write_dot , Ptr -> Ptr CFile -> IO () #ccall gts_graph_print_stats , Ptr -> Ptr CFile -> IO () #ccall gts_graph_foreach_edge , Ptr -> -> -> IO () #ccall gts_graph_traverse_new , Ptr -> Ptr -> -> -> IO (Ptr ) #ccall gts_graph_traverse_next , Ptr -> IO (Ptr ) #ccall gts_graph_traverse_what_next , Ptr -> IO (Ptr ) #ccall gts_graph_traverse_destroy , Ptr -> IO () #ccall gts_graph_edges_cut , Ptr -> IO #ccall gts_graph_edges_cut_weight , Ptr -> IO #ccall gts_graph_distance_sum , Ptr -> Ptr -> IO #ccall gts_graph_farthest , Ptr -> Ptr -> IO (Ptr ) #ccall gts_graph_weight , Ptr -> IO #cinline GTS_FNODE_CLASS , Ptr a -> Ptr #cinline GTS_FNODE , Ptr a -> Ptr #cinline GTS_IS_FNODE , Ptr a -> Ptr #ccall gts_fnode_class , IO (Ptr ) #ccall gts_fnode_new , Ptr -> Ptr -> IO (Ptr ) #ccall gts_surface_graph_new , Ptr -> Ptr -> IO (Ptr ) #ccall gts_surface_graph_surface , Ptr -> Ptr -> IO (Ptr ) #ccall gts_segments_graph_new , Ptr -> Ptr -> IO (Ptr )