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

OGDF.DPoint.Interface

Documentation

class IDeletable a => IDPoint a Source #

Instances

Instances details
IDPoint DPoint Source # 
Instance details

Defined in OGDF.DPoint.Implementation

upcastDPoint :: forall a. (FPtr a, IDPoint a) => a -> DPoint Source #

downcastDPoint :: forall a. (FPtr a, IDPoint a) => DPoint -> a Source #