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

HROOT.Hist.TGraph2D.RawType

Documentation

data RawTGraph2D Source #

Instances

Instances details
Castable TGraph2D (Ptr RawTGraph2D) Source # 
Instance details

Defined in HROOT.Hist.TGraph2D.Cast

Methods

cast :: TGraph2D -> (Ptr RawTGraph2D -> IO r) -> IO r #

uncast :: Ptr RawTGraph2D -> (TGraph2D -> IO r) -> IO r #

(ITGraph2D a, FPtr a) => Castable a (Ptr RawTGraph2D) Source # 
Instance details

Defined in HROOT.Hist.TGraph2D.Cast

Methods

cast :: a -> (Ptr RawTGraph2D -> IO r) -> IO r #

uncast :: Ptr RawTGraph2D -> (a -> IO r) -> IO r #

newtype TGraph2D Source #

Constructors

TGraph2D (Ptr RawTGraph2D) 

Instances

Instances details
ITAttFill TGraph2D 
Instance details

Defined in HROOT.Hist.TGraph2D.Implementation

Methods

setFillColor :: TGraph2D -> CInt -> IO ()

setFillStyle :: TGraph2D -> CInt -> IO ()

ITAttLine TGraph2D 
Instance details

Defined in HROOT.Hist.TGraph2D.Implementation

ITAttMarker TGraph2D 
Instance details

Defined in HROOT.Hist.TGraph2D.Implementation

ITNamed TGraph2D 
Instance details

Defined in HROOT.Hist.TGraph2D.Implementation

Methods

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

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

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

ITObject TGraph2D 
Instance details

Defined in HROOT.Hist.TGraph2D.Implementation

Methods

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

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

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

getName :: TGraph2D -> IO CString

isA :: TGraph2D -> IO TClass

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

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

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

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

write_ :: TGraph2D -> IO CInt

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 #

Show TGraph2D Source # 
Instance details

Defined in HROOT.Hist.TGraph2D.RawType

FPtr TGraph2D Source # 
Instance details

Defined in HROOT.Hist.TGraph2D.RawType

Associated Types

type Raw TGraph2D #

Eq TGraph2D Source # 
Instance details

Defined in HROOT.Hist.TGraph2D.RawType

Ord TGraph2D Source # 
Instance details

Defined in HROOT.Hist.TGraph2D.RawType

IDeletable TGraph2D Source # 
Instance details

Defined in HROOT.Hist.TGraph2D.Implementation

Methods

delete :: TGraph2D -> IO () #

Castable TGraph2D (Ptr RawTGraph2D) Source # 
Instance details

Defined in HROOT.Hist.TGraph2D.Cast

Methods

cast :: TGraph2D -> (Ptr RawTGraph2D -> IO r) -> IO r #

uncast :: Ptr RawTGraph2D -> (TGraph2D -> IO r) -> IO r #

type Raw TGraph2D Source # 
Instance details

Defined in HROOT.Hist.TGraph2D.RawType