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

GDAL.OGRPoint.Cast

Orphan instances

Castable OGRPoint (Ptr RawOGRPoint) Source # 
Instance details

Methods

cast :: OGRPoint -> (Ptr RawOGRPoint -> IO r) -> IO r #

uncast :: Ptr RawOGRPoint -> (OGRPoint -> IO r) -> IO r #

(IOGRPoint a, FPtr a) => Castable a (Ptr RawOGRPoint) Source # 
Instance details

Methods

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

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