| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
HROOT.Hist.TGraphErrors
Documentation
newtype TGraphErrors Source #
Constructors
| TGraphErrors (Ptr RawTGraphErrors) |
Instances
class ITGraph a => ITGraphErrors a where Source #
Instances
| ITGraphErrors TGraphErrors Source # | |
Defined in HROOT.Hist.TGraphErrors.Implementation Methods setPointError :: TGraphErrors -> CInt -> CDouble -> CDouble -> IO () Source # | |
upcastTGraphErrors :: forall a. (FPtr a, ITGraphErrors a) => a -> TGraphErrors Source #
downcastTGraphErrors :: forall a. (FPtr a, ITGraphErrors a) => TGraphErrors -> a Source #