module HROOT.Class.TShape
  (
    TShape(..)
  , ITShape
  , upcastTShape
  , newTShape 
  ) where

-- import HROOT.Class.Interface
-- import HROOT.Class.Implementation ()

import HROOT.Class.TShape.RawType
import HROOT.Class.TShape.Interface
import HROOT.Class.TShape.Implementation