korat.utils.cv
Class CVFinderDelta.FinderResult

java.lang.Object
  extended by korat.utils.cv.CVFinderDelta.FinderResult
Enclosing class:
CVFinderDelta

public static class CVFinderDelta.FinderResult
extends Object


Field Summary
 long exactIdx
           
 boolean found
           
 long fromIdx
           
 long toIdx
           
 
Constructor Summary
CVFinderDelta.FinderResult()
           
CVFinderDelta.FinderResult(boolean found, long exactIdx, long fromIdx, long toIdx)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

found

public boolean found

exactIdx

public long exactIdx

fromIdx

public long fromIdx

toIdx

public long toIdx
Constructor Detail

CVFinderDelta.FinderResult

public CVFinderDelta.FinderResult()

CVFinderDelta.FinderResult

public CVFinderDelta.FinderResult(boolean found,
                                  long exactIdx,
                                  long fromIdx,
                                  long toIdx)