HROOT-graf-0.10.0.3: Haskell binding to ROOT Graf modules
Safe HaskellSafe-Inferred
LanguageHaskell2010

HROOT.Graf.TShape.Interface

Documentation

class (ITNamed a, ITAttLine a, ITAttFill a, ITAtt3D a) => ITShape a Source #

Instances

Instances details
ITShape TBRIK Source # 
Instance details

Defined in HROOT.Graf.TBRIK.Implementation

ITShape TPCON Source # 
Instance details

Defined in HROOT.Graf.TPCON.Implementation

ITShape TSPHE Source # 
Instance details

Defined in HROOT.Graf.TSPHE.Implementation

ITShape TShape Source # 
Instance details

Defined in HROOT.Graf.TShape.Implementation

ITShape TTUBE Source # 
Instance details

Defined in HROOT.Graf.TTUBE.Implementation

upcastTShape :: forall a. (FPtr a, ITShape a) => a -> TShape Source #

downcastTShape :: forall a. (FPtr a, ITShape a) => TShape -> a Source #