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

GDAL.OGRSurface.Cast

Orphan instances

Castable OGRSurface (Ptr RawOGRSurface) Source # 
Instance details

Methods

cast :: OGRSurface -> (Ptr RawOGRSurface -> IO r) -> IO r #

uncast :: Ptr RawOGRSurface -> (OGRSurface -> IO r) -> IO r #

(IOGRSurface a, FPtr a) => Castable a (Ptr RawOGRSurface) Source # 
Instance details

Methods

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

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