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

HROOT.Graf.TView3D.Implementation

Orphan instances

ITAttLine TView3D Source # 
Instance details

ITObject TView3D Source # 
Instance details

Methods

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

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

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

getName :: TView3D -> IO CString

isA :: TView3D -> IO TClass

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

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

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

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

write_ :: TView3D -> IO CInt

ITView TView3D Source # 
Instance details

Methods

front :: TView3D -> IO () Source #

frontView :: (ITVirtualPad c0, FPtr c0) => TView3D -> c0 -> IO () Source #

getLatitude :: TView3D -> IO CDouble Source #

getLongitude :: TView3D -> IO CDouble Source #

getPsi :: TView3D -> IO CDouble Source #

isViewChanged :: TView3D -> IO CBool Source #

rotateView :: TView3D -> CDouble -> CDouble -> IO () Source #

setLatitude :: TView3D -> CDouble -> IO () Source #

setLongitude :: TView3D -> CDouble -> IO () Source #

setPsi :: TView3D -> CDouble -> IO () Source #

setView1 :: TView3D -> CDouble -> CDouble -> CDouble -> Ptr CInt -> IO () Source #

setViewChanged :: TView3D -> CBool -> IO () Source #

side :: TView3D -> IO () Source #

sideView :: (ITVirtualPad c0, FPtr c0) => TView3D -> c0 -> IO () Source #

top :: TView3D -> IO () Source #

topView :: (ITVirtualPad c0, FPtr c0) => TView3D -> c0 -> IO () Source #

ITView3D TView3D Source # 
Instance details

IDeletable TView3D Source # 
Instance details

Methods

delete :: TView3D -> IO () #