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

OGDF.Graph.Interface

Documentation

class IDeletable a => IGraph a Source #

Instances

Instances details
IGraph Graph Source # 
Instance details

Defined in OGDF.Graph.Implementation

upcastGraph :: forall a. (FPtr a, IGraph a) => a -> Graph Source #

downcastGraph :: forall a. (FPtr a, IGraph a) => Graph -> a Source #