# NAMESPACE file for package 'levelSets'
# 14 May 2026 / Richard Raubertas
export("absTol", "bdryFromRays", "bdrySearch", "srchControl", "lsetPkgOpt", 
            "boundingRect", "segBoundingRect", 
            "fnObj", "update.fnObj", "hasGrad", "fnSpec", "inpDim", 
            "inpNames", "feasBnds", "inpTol", "respTol", 
            "inpLines", "inpLines.default", "print.inpLines", "posnToCoord", 
            "inpRect", "rectCorners", "rectRefPt", "rectSize", "plot.inpRect", 
            "update.inpRect", "inpScale", 
            "inpRays", "inpRays.default", "update.inpRays", "rayOrigin", 
            "plot.inpRays", "rayPosn1", "rayVec", "rayRect", "axisRays", 
            "randomRays", 
            "lsetSegs", "plot.lsetSegs", "pairs.lsetSegs", "summary.lsetSegs", 
            "plotSegsList", "lsetSegsCheck", "segInfo", 
            "ptCoord", "lsetThresh", "respInfo", "respInfo.default", 
            "respProfiles", "respProfiles.fnObj", 
            "print.respProfiles", "plot.respProfiles", "summary.respProfiles", 
            "sliceMat", "slicedBdrySearch", "slicedBdryFromRays")
importFrom(graphics, rect, arrows, text, par, points, segments, axis, abline, 
  pairs, layout)
importFrom(stats, runif, rnorm, cor, cov, cov2cor, optimize, 
  setNames, update, optim, dweibull, pweibull, qchisq)
importFrom(tools, assertError, assertWarning)
importFrom(utils, modifyList, combn, head, tail, capture.output, assignInMyNamespace)
importFrom(proxy, dist)
importFrom(withr, with_seed)
S3method('[', inpPairs)
S3method('[', inpPts)
S3method('[', respProfiles)
S3method(c, inpPts)
S3method(fnObj, character)
S3method(fnObj, fnSpec)
S3method(inpLines, default)
S3method(inpLines, fnSpec)
S3method(inpLines, inpLines)
S3method(inpLines, inpPairs)
S3method(inpLines, lsetSegs)
S3method(inpLines, respProfiles)
S3method(inpPairs, default)
S3method(inpPairs, fnSpec)
S3method(inpPairs, inpPairs)
S3method(inpPts, default)
S3method(inpPts, fnSpec)
S3method(inpPts, inpPairs)
S3method(inpPts, inpPts)
S3method(inpRays, default)
S3method(inpRays, inpLines)
S3method(inpRays, inpRays)
S3method(inpRays, respPts)
S3method(length, inpPairs)
S3method(length, inpPts)
S3method(length, respProfiles)
S3method(lsetSegs, default)
S3method(lsetSegs, fnSpec)
S3method(lsetSegs, lsetSegs)
S3method(lsetSegs, respPairs)
S3method(lsetSegs, respProfiles)
S3method(names, inpLines)
S3method(names, respProfiles)
S3method('names<-', inpLines)
S3method(pairs, lsetSegs)
S3method(plot, inpRays)
S3method(plot, inpRect)
S3method(plot, lsetSegs)
S3method(plot, respProfiles)
S3method(print, fnSpec)
S3method(print, inpLines)
S3method(print, inpPts)
S3method(print, inpRect)
S3method(print, respProfiles)
S3method(print, summary.lsetSegs)
S3method(print, summary.respProfiles)
S3method(print, summary.respPts)
S3method(ptCoord, inpPairs)
S3method(ptCoord, inpPts)
S3method(respInfo, default)
S3method(respInfo, respPairs)
S3method(respInfo, respPts)
S3method(respPairs, fnSpec)
S3method(respPairs, inpPairs)
S3method(respPairs, respPairs)
S3method(respPairs, respPts)
S3method(respProfiles, fnObj)
S3method(respProfiles, lsetSegs)
S3method(respPts, data.frame)
S3method(respPts, default)
S3method(respPts, fnSpec)
S3method(respPts, respPairs)
S3method(respPts, respPts)
S3method(sort, lsetSegs)
S3method(summary, lsetSegs)
S3method(summary, respProfiles)
S3method(summary, respPts)
S3method(update, fnObj)
S3method(update, inpRays)
S3method(update, inpRect)
S3method(update, respProfiles)
