module HROOT.Class.TPolyLine
  (
    TPolyLine(..)
  , ITPolyLine
  , upcastTPolyLine
  , newTPolyLine 
  ) where

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

import HROOT.Class.TPolyLine.RawType
import HROOT.Class.TPolyLine.Interface
import HROOT.Class.TPolyLine.Implementation