CLAM-Development
1.4.0
|
#include <Search.hxx>
Public Member Functions | |
Search () | |
Search (const U &array) | |
~Search () | |
void | Set (const U &array) |
TIndex | Find (const T &value, TIndex prevIndex=0) const |
TIndex | Hunt (const T &value, TIndex prevIndex=0) const |
TIndex | Bisection (const T &value) const |
TIndex | Bisection (const T &value, TIndex lowerLimit) const |
TIndex | Bisection (const T &value, TIndex lowerLimit, TIndex upperLimit) const |
Definition at line 30 of file Search.hxx.
|
inline |
Definition at line 36 of file Search.hxx.
|
inline |
Definition at line 40 of file Search.hxx.
|
inline |
Definition at line 44 of file Search.hxx.
|
inline |
Definition at line 58 of file Search.hxx.
Referenced by CLAM::Search< List< Frame >, Frame >::Bisection().
|
inline |
Definition at line 62 of file Search.hxx.
|
inline |
Definition at line 118 of file Search.hxx.
|
inline |
Definition at line 52 of file Search.hxx.
Referenced by CLAM::Segment::FindFrame().
|
inline |
Definition at line 71 of file Search.hxx.
Referenced by CLAM::Search< List< Frame >, Frame >::Find().
|
inline |
Definition at line 48 of file Search.hxx.
Referenced by CLAM::Segment::CopyInit(), CLAM::Search< List< Frame >, Frame >::Search(), CLAM::Segment::SetFramesArray(), and CLAM::Segment::SetHoldsData().