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

GDAL.OGREnvelope.Cast

Orphan instances

Castable OGREnvelope (Ptr RawOGREnvelope) Source # 
Instance details

Methods

cast :: OGREnvelope -> (Ptr RawOGREnvelope -> IO r) -> IO r #

uncast :: Ptr RawOGREnvelope -> (OGREnvelope -> IO r) -> IO r #

(IOGREnvelope a, FPtr a) => Castable a (Ptr RawOGREnvelope) Source # 
Instance details

Methods

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

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