AnalyseDistance Class Reference
+ Inheritance diagram for AnalyseDistance:

Public Member Functions

def __init__ (self)
 
def closest (self, distance, idx, basePt, lineIdx1, lineIdx2, minDistPt)
 
def exceeds (self, idx)
 

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self)
  @param self (type: object) self pointer

Member Function Documentation

◆ closest()

def closest (   self,
  distance,
  idx,
  basePt,
  lineIdx1,
  lineIdx2,
  minDistPt 
)
  possible calls:
  closest(self, distance: float, idx: int, basePt: object, lineIdx1: int, lineIdx2: int, minDistPt: object)
  closest(self, arg1: float, arg2: int, arg3: object, arg4: int, arg5: int, arg6: object)

  @param self (type: AnalyseDistance) self pointer
  @param distance (type: float) mandatory parameter
  @param idx  (type: int) mandatory parameter
  @param basePt (type: object) mandatory parameter
  @param lineIdx1 (type: int) mandatory parameter
  @param lineIdx2 (type: int) mandatory parameter
  @param minDistPt  (type: object) mandatory parameter

◆ exceeds()

def exceeds (   self,
  idx 
)
  possible calls:
  exceeds(self, idx: int)
  exceeds(self, arg1: int)

  @param self (type: AnalyseDistance) self pointer
  @param idx  (type: int) mandatory parameter