pcd-loader-0.2.0: PCD file loader.

Safe HaskellNone

PCD.Internal.StorableFieldType

Synopsis

Documentation

data P a Source

Constructors

P !FieldType !(Ptr a) 

peekStep :: forall a b. Storable a => (a -> FieldType) -> Ptr b -> IO (P b)Source

peek a Storable and advance the source pointer past this datum.

pokeStep :: forall a b. Storable a => a -> Ptr b -> IO (Ptr b)Source