Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
Instances
Eq DCPL Source # | |
HDFResultType DCPL Source # | |
FromHId DCPL Source # | |
Defined in Bindings.HDF5.PropertyList.DCPL uncheckedFromHId :: HId_t -> DCPL Source # | |
HId DCPL Source # | |
PropertyList DCPL Source # | |
PropertyListOrClass DCPL Source # | |
Defined in Bindings.HDF5.PropertyList.DCPL | |
DatasetCreationPropertyList DCPL Source # | |
Defined in Bindings.HDF5.PropertyList.DCPL | |
ObjectCreationPropertyList DCPL Source # | |
Defined in Bindings.HDF5.PropertyList.DCPL |
class ObjectCreationPropertyList t => DatasetCreationPropertyList t Source #
Instances
setExternal :: DatasetCreationPropertyList t => t -> ByteString -> COff -> HSize -> IO () Source #
getExternalCount :: DatasetCreationPropertyList t => t -> IO CInt Source #
getExternalN :: DatasetCreationPropertyList t => t -> CUInt -> CSize -> IO (ByteString, COff, HSize) Source #
getExternal :: DatasetCreationPropertyList t => t -> CUInt -> IO (ByteString, COff, HSize) Source #
setShuffle :: DatasetCreationPropertyList t => t -> IO () Source #
setNBit :: DatasetCreationPropertyList t => t -> IO () Source #
Instances
Bounded ScaleType Source # | |
Enum ScaleType Source # | |
Defined in Bindings.HDF5.PropertyList.DCPL succ :: ScaleType -> ScaleType # pred :: ScaleType -> ScaleType # fromEnum :: ScaleType -> Int # enumFrom :: ScaleType -> [ScaleType] # enumFromThen :: ScaleType -> ScaleType -> [ScaleType] # enumFromTo :: ScaleType -> ScaleType -> [ScaleType] # enumFromThenTo :: ScaleType -> ScaleType -> ScaleType -> [ScaleType] # | |
Read ScaleType Source # | |
Show ScaleType Source # | |
Eq ScaleType Source # | |
Ord ScaleType Source # | |
Defined in Bindings.HDF5.PropertyList.DCPL |
setScaleOffset :: DatasetCreationPropertyList t => t -> ScaleType -> CInt -> IO () Source #
setFillValue :: (DatasetCreationPropertyList t, NativeType a) => t -> a -> IO () Source #
getFillValue :: (DatasetCreationPropertyList t, NativeType a) => t -> IO a Source #
data FillValueDefaultType Source #
Instances
fillValueDefined :: DatasetCreationPropertyList t => t -> IO FillValueDefaultType Source #
Instances
Bounded AllocTime Source # | |
Enum AllocTime Source # | |
Defined in Bindings.HDF5.PropertyList.DCPL succ :: AllocTime -> AllocTime # pred :: AllocTime -> AllocTime # fromEnum :: AllocTime -> Int # enumFrom :: AllocTime -> [AllocTime] # enumFromThen :: AllocTime -> AllocTime -> [AllocTime] # enumFromTo :: AllocTime -> AllocTime -> [AllocTime] # enumFromThenTo :: AllocTime -> AllocTime -> AllocTime -> [AllocTime] # | |
Read AllocTime Source # | |
Show AllocTime Source # | |
Eq AllocTime Source # | |
Ord AllocTime Source # | |
Defined in Bindings.HDF5.PropertyList.DCPL |
setAllocTime :: DatasetCreationPropertyList t => t -> AllocTime -> IO () Source #
getAllocTime :: DatasetCreationPropertyList t => t -> IO AllocTime Source #
Instances
Bounded FillTime Source # | |
Enum FillTime Source # | |
Defined in Bindings.HDF5.PropertyList.DCPL | |
Read FillTime Source # | |
Show FillTime Source # | |
Eq FillTime Source # | |
Ord FillTime Source # | |
Defined in Bindings.HDF5.PropertyList.DCPL |
setFillTime :: DatasetCreationPropertyList t => t -> FillTime -> IO () Source #
getFillTime :: DatasetCreationPropertyList t => t -> IO FillTime Source #