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

GDAL.OGRPolygon.Cast

Orphan instances

Castable OGRPolygon (Ptr RawOGRPolygon) Source # 
Instance details

Methods

cast :: OGRPolygon -> (Ptr RawOGRPolygon -> IO r) -> IO r #

uncast :: Ptr RawOGRPolygon -> (OGRPolygon -> IO r) -> IO r #

(IOGRPolygon a, FPtr a) => Castable a (Ptr RawOGRPolygon) Source # 
Instance details

Methods

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

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