OGDF-1.0.0.1: Haskell binding to OGDF
Safe HaskellSafe-Inferred
LanguageHaskell2010

OGDF.GraphIO.Implementation

Documentation

graphIO_read :: (ICppString c2, FPtr c2, IGraph c1, FPtr c1, IGraphAttributes c0, FPtr c0) => c0 -> c1 -> c2 -> IO CBool Source #

graphIO_write :: (ICppString c1, FPtr c1, IGraphAttributes c0, FPtr c0) => c0 -> c1 -> IO CBool Source #

graphIO_drawSVG :: (ICppString c1, FPtr c1, IGraphAttributes c0, FPtr c0) => c0 -> c1 -> IO CBool Source #

Orphan instances

IGraphIO GraphIO Source # 
Instance details

IDeletable GraphIO Source # 
Instance details

Methods

delete :: GraphIO -> IO () #