#include <CQHierarchy.h>
Inheritance diagram for CQHierarchy:
Public Member Functions | |
CQHierarchy () | |
~CQHierarchy () | |
CQHierarchy (CAccessorAdminCollection &inAccessorAdminCollection, CAlgorithm &inAlgorithm) | |
In fact, what we are doing here is to get ourselves an accessor ACURL2FTS to do a proper fastQuery. | |
virtual CIDRelevanceLevelPairList * | fastQuery (const CXMLElement &inQuery, int inNumberOfInterestingImages, double inDifferenceToBest) |
virtual bool | setAlgorithm (CAlgorithm &inAlgorithm) |
Protected Member Functions | |
void | init () |
sets mCurrentPosition to 0 | |
Protected Attributes | |
list< TID > | mCurrentPath |
The current position in the hierarchy. |
: Wolfgang Müller
|
default constructor |
|
we need to unregister the accessors used |
|
enables moving in the hierarchy. You can either move down (i.e. you select an image) or up in the hierarchy (by getting a cui-hierarchy-move-up signal as query). RICHLY COMMENTED IN THE *.cc FILE.
Implements CQuery. |
|
set the Algorithm. Reimplemented from CQuery. |