hgdal-1.0.0.1: Haskell binding to the GDAL library
Safe HaskellSafe-Inferred
LanguageHaskell2010

GDAL.OGRCurve.Cast

Orphan instances

Castable OGRCurve (Ptr RawOGRCurve) Source # 
Instance details

Methods

cast :: OGRCurve -> (Ptr RawOGRCurve -> IO r) -> IO r #

uncast :: Ptr RawOGRCurve -> (OGRCurve -> IO r) -> IO r #

(IOGRCurve a, FPtr a) => Castable a (Ptr RawOGRCurve) Source # 
Instance details

Methods

cast :: a -> (Ptr RawOGRCurve -> IO r) -> IO r #

uncast :: Ptr RawOGRCurve -> (a -> IO r) -> IO r #