hdf5-1.8.14: Haskell interface to the HDF5 scientific data storage library.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Bindings.HDF5.PropertyList.DCPL

Documentation

data DCPL Source #

Instances

Instances details
Eq DCPL Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.DCPL

Methods

(==) :: DCPL -> DCPL -> Bool

(/=) :: DCPL -> DCPL -> Bool

HDFResultType DCPL Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.DCPL

Methods

isError :: DCPL -> Bool Source #

FromHId DCPL Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.DCPL

HId DCPL Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.DCPL

Methods

hid :: DCPL -> HId_t Source #

PropertyList DCPL Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.DCPL

PropertyListOrClass DCPL Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.DCPL

DatasetCreationPropertyList DCPL Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.DCPL

ObjectCreationPropertyList DCPL Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.DCPL

data Layout Source #

Instances

Instances details
Bounded Layout Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.DCPL

Enum Layout Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.DCPL

Read Layout Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.DCPL

Methods

readsPrec :: Int -> ReadS Layout

readList :: ReadS [Layout]

readPrec :: ReadPrec Layout

readListPrec :: ReadPrec [Layout]

Show Layout Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.DCPL

Methods

showsPrec :: Int -> Layout -> ShowS

show :: Layout -> String

showList :: [Layout] -> ShowS

Eq Layout Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.DCPL

Methods

(==) :: Layout -> Layout -> Bool

(/=) :: Layout -> Layout -> Bool

Ord Layout Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.DCPL

Methods

compare :: Layout -> Layout -> Ordering

(<) :: Layout -> Layout -> Bool

(<=) :: Layout -> Layout -> Bool

(>) :: Layout -> Layout -> Bool

(>=) :: Layout -> Layout -> Bool

max :: Layout -> Layout -> Layout

min :: Layout -> Layout -> Layout

setExternal :: DatasetCreationPropertyList t => t -> ByteString -> COff -> HSize -> IO () Source #

getExternalN :: DatasetCreationPropertyList t => t -> CUInt -> CSize -> IO (ByteString, COff, HSize) Source #

getExternal :: DatasetCreationPropertyList t => t -> CUInt -> IO (ByteString, COff, HSize) Source #

setSZip :: DatasetCreationPropertyList t => t -> CUInt -> CUInt -> IO () Source #

data ScaleType Source #

Instances

Instances details
Bounded ScaleType Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.DCPL

Enum ScaleType Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.DCPL

Read ScaleType Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.DCPL

Methods

readsPrec :: Int -> ReadS ScaleType

readList :: ReadS [ScaleType]

readPrec :: ReadPrec ScaleType

readListPrec :: ReadPrec [ScaleType]

Show ScaleType Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.DCPL

Methods

showsPrec :: Int -> ScaleType -> ShowS

show :: ScaleType -> String

showList :: [ScaleType] -> ShowS

Eq ScaleType Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.DCPL

Methods

(==) :: ScaleType -> ScaleType -> Bool

(/=) :: ScaleType -> ScaleType -> Bool

Ord ScaleType Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.DCPL

Methods

compare :: ScaleType -> ScaleType -> Ordering

(<) :: ScaleType -> ScaleType -> Bool

(<=) :: ScaleType -> ScaleType -> Bool

(>) :: ScaleType -> ScaleType -> Bool

(>=) :: ScaleType -> ScaleType -> Bool

max :: ScaleType -> ScaleType -> ScaleType

min :: ScaleType -> ScaleType -> ScaleType

data FillValueDefaultType Source #

Instances

Instances details
Bounded FillValueDefaultType Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.DCPL

Enum FillValueDefaultType Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.DCPL

Read FillValueDefaultType Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.DCPL

Show FillValueDefaultType Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.DCPL

Methods

showsPrec :: Int -> FillValueDefaultType -> ShowS

show :: FillValueDefaultType -> String

showList :: [FillValueDefaultType] -> ShowS

Eq FillValueDefaultType Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.DCPL

Ord FillValueDefaultType Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.DCPL

data AllocTime Source #

Constructors

DefaultAllocTime 
Early 
Late 
Incr 

Instances

Instances details
Bounded AllocTime Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.DCPL

Enum AllocTime Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.DCPL

Read AllocTime Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.DCPL

Methods

readsPrec :: Int -> ReadS AllocTime

readList :: ReadS [AllocTime]

readPrec :: ReadPrec AllocTime

readListPrec :: ReadPrec [AllocTime]

Show AllocTime Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.DCPL

Methods

showsPrec :: Int -> AllocTime -> ShowS

show :: AllocTime -> String

showList :: [AllocTime] -> ShowS

Eq AllocTime Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.DCPL

Methods

(==) :: AllocTime -> AllocTime -> Bool

(/=) :: AllocTime -> AllocTime -> Bool

Ord AllocTime Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.DCPL

Methods

compare :: AllocTime -> AllocTime -> Ordering

(<) :: AllocTime -> AllocTime -> Bool

(<=) :: AllocTime -> AllocTime -> Bool

(>) :: AllocTime -> AllocTime -> Bool

(>=) :: AllocTime -> AllocTime -> Bool

max :: AllocTime -> AllocTime -> AllocTime

min :: AllocTime -> AllocTime -> AllocTime

data FillTime Source #

Constructors

Alloc 
Never 
IfSet 

Instances

Instances details
Bounded FillTime Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.DCPL

Enum FillTime Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.DCPL

Read FillTime Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.DCPL

Methods

readsPrec :: Int -> ReadS FillTime

readList :: ReadS [FillTime]

readPrec :: ReadPrec FillTime

readListPrec :: ReadPrec [FillTime]

Show FillTime Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.DCPL

Methods

showsPrec :: Int -> FillTime -> ShowS

show :: FillTime -> String

showList :: [FillTime] -> ShowS

Eq FillTime Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.DCPL

Methods

(==) :: FillTime -> FillTime -> Bool

(/=) :: FillTime -> FillTime -> Bool

Ord FillTime Source # 
Instance details

Defined in Bindings.HDF5.PropertyList.DCPL

Methods

compare :: FillTime -> FillTime -> Ordering

(<) :: FillTime -> FillTime -> Bool

(<=) :: FillTime -> FillTime -> Bool

(>) :: FillTime -> FillTime -> Bool

(>=) :: FillTime -> FillTime -> Bool

max :: FillTime -> FillTime -> FillTime

min :: FillTime -> FillTime -> FillTime