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

HROOT.Hist.TMultiGraph.Interface

Documentation

class ITNamed a => ITMultiGraph a where Source #

Methods

addG :: (Castable c1 CString, ITGraph c0, FPtr c0) => a -> c0 -> c1 -> IO () Source #

Instances

Instances details
ITMultiGraph TMultiGraph Source # 
Instance details

Defined in HROOT.Hist.TMultiGraph.Implementation

Methods

addG :: (Castable c1 CString, ITGraph c0, FPtr c0) => TMultiGraph -> c0 -> c1 -> IO () Source #