HROOT-hist-0.10.0.3: Haskell binding to ROOT Hist modules
Safe HaskellSafe-Inferred
LanguageHaskell2010

HROOT.Hist.TGraph2D.Interface

Documentation

class (ITNamed a, ITAttLine a, ITAttFill a, ITAttMarker a) => ITGraph2D a where Source #

Methods

setN :: a -> CInt -> IO () Source #

setPointXYZ :: a -> CInt -> CDouble -> CDouble -> CDouble -> IO () Source #

Instances

Instances details
ITGraph2D TGraph2D Source # 
Instance details

Defined in HROOT.Hist.TGraph2D.Implementation

Methods

setN :: TGraph2D -> CInt -> IO () Source #

setPointXYZ :: TGraph2D -> CInt -> CDouble -> CDouble -> CDouble -> IO () Source #

upcastTGraph2D :: forall a. (FPtr a, ITGraph2D a) => a -> TGraph2D Source #

downcastTGraph2D :: forall a. (FPtr a, ITGraph2D a) => TGraph2D -> a Source #