pro IDLitopLineProfile__define

    compile_opt idl2, hidden

    void = {IDLitopLineProfile, $
            inherits IDLitOperation, $
            _x0: 0.0D     , $
            _y0: 0.0D     , $
            _x1: 0.0D     , $
            _y1: 0.0D       $
                        }
end