| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
HROOT.Hist.TGraphAsymmErrors
Documentation
newtype TGraphAsymmErrors Source #
Constructors
| TGraphAsymmErrors (Ptr RawTGraphAsymmErrors) |
Instances
class ITGraph a => ITGraphAsymmErrors a where Source #
Instances
| ITGraphAsymmErrors TGraphAsymmErrors Source # | |
Defined in HROOT.Hist.TGraphAsymmErrors.Implementation Methods setPointErrorA :: TGraphAsymmErrors -> CInt -> CDouble -> CDouble -> CDouble -> CDouble -> IO () Source # | |
upcastTGraphAsymmErrors :: forall a. (FPtr a, ITGraphAsymmErrors a) => a -> TGraphAsymmErrors Source #
downcastTGraphAsymmErrors :: forall a. (FPtr a, ITGraphAsymmErrors a) => TGraphAsymmErrors -> a Source #