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

HROOT.Hist.TFitResult.Implementation

Orphan instances

ITNamed TFitResult Source # 
Instance details

Methods

setName :: Castable c0 CString => TFitResult -> c0 -> IO ()

setNameTitle :: (Castable c1 CString, Castable c0 CString) => TFitResult -> c0 -> c1 -> IO ()

setTitle :: Castable c0 CString => TFitResult -> c0 -> IO ()

ITObject TFitResult Source # 
Instance details

Methods

clear :: Castable c0 CString => TFitResult -> c0 -> IO ()

draw :: Castable c0 CString => TFitResult -> c0 -> IO ()

findObject :: Castable c0 CString => TFitResult -> c0 -> IO TObject

getName :: TFitResult -> IO CString

isA :: TFitResult -> IO TClass

paint :: Castable c0 CString => TFitResult -> c0 -> IO ()

printObj :: Castable c0 CString => TFitResult -> c0 -> IO ()

saveAs :: (Castable c1 CString, Castable c0 CString) => TFitResult -> c0 -> c1 -> IO ()

write :: Castable c0 CString => TFitResult -> c0 -> CInt -> CInt -> IO CInt

write_ :: TFitResult -> IO CInt

ITFitResult TFitResult Source # 
Instance details

IDeletable TFitResult Source # 
Instance details

Methods

delete :: TFitResult -> IO () #