OGDF.GraphIO.Interface
class IDeletable a => IGraphIO a Source #
Defined in OGDF.GraphIO.Implementation
upcastGraphIO :: forall a. (FPtr a, IGraphIO a) => a -> GraphIO Source #
downcastGraphIO :: forall a. (FPtr a, IGraphIO a) => GraphIO -> a Source #