ARB
|
#include "probe_collection.hxx"
#include <xercesc/dom/DOM.hpp>
#include <xercesc/dom/DOMDocument.hpp>
#include <xercesc/dom/DOMDocumentType.hpp>
#include <xercesc/dom/DOMElement.hpp>
#include <xercesc/dom/DOMImplementation.hpp>
#include <xercesc/dom/DOMImplementationLS.hpp>
#include <xercesc/dom/DOMNodeIterator.hpp>
#include <xercesc/dom/DOMNodeList.hpp>
#include <xercesc/dom/DOMText.hpp>
#include <xercesc/parsers/XercesDOMParser.hpp>
#include <xercesc/util/XMLUni.hpp>
#include <math.h>
#include <arbdbt.h>
#include <algorithm>
Go to the source code of this file.
Classes | |
struct | hasSequence |
Typedefs | |
typedef std::pair< const std::string, ArbMatchResult * > | ArbMatchResultPtrStringPair |
typedef std::pair< const double, ArbMatchResult * > | ArbMatchResultPtrDoublePair |
Functions | |
ArbProbeCollection & | get_probe_collection () |
ArbMatchResultsManager & | get_results_manager () |
static ArbStringCache & | get_string_cache () |
static bool | elementHasName (DOMElement *pElement, const char *pName) |
static bool | isElement (DOMNode *pNode, DOMElement *&pElement, const char *pName) |
Variables | |
const size_t | ArbMIN_PROBE_LENGTH = 6 |
typedef std::pair<const std::string, ArbMatchResult*> ArbMatchResultPtrStringPair |
Definition at line 28 of file probe_collection.cxx.
typedef std::pair<const double, ArbMatchResult*> ArbMatchResultPtrDoublePair |
Definition at line 29 of file probe_collection.cxx.
ArbProbeCollection& get_probe_collection | ( | ) |
Definition at line 35 of file probe_collection.cxx.
Referenced by add_probe_to_collection_event(), clear_probe_collection_event(), create_probe_collection_window(), create_probe_design_variables(), load_probe_collection(), modify_probe_event(), probe_collection_update_parameters(), probe_match_update_probe_list(), probe_match_with_specificity_event(), refresh_matchedProbesDisplay_cb(), remove_probe_from_collection_event(), save_probe_collection(), selected_probe_changed_cb(), and target_string_changed_cb().
ArbMatchResultsManager& get_results_manager | ( | ) |
Definition at line 39 of file probe_collection.cxx.
Referenced by probe_forget_matches_event(), probe_match_with_specificity_edit_event(), probe_match_with_specificity_event(), and refresh_matchedProbesDisplay_cb().
|
static |
Definition at line 44 of file probe_collection.cxx.
Referenced by ArbMatchResult::ArbMatchResult(), ArbMatchResultsManager::reset(), ArbMatchResult::result(), and ArbMatchResultsManager::~ArbMatchResultsManager().
|
static |
Definition at line 722 of file probe_collection.cxx.
References arb_test::equals().
Referenced by isElement(), and ArbProbeCollection::openXML().
|
static |
Definition at line 738 of file probe_collection.cxx.
References elementHasName().
Referenced by ArbProbeCollection::openXML().
const size_t ArbMIN_PROBE_LENGTH = 6 |
Definition at line 26 of file probe_collection.cxx.
Referenced by ArbProbe::allowedMismatches().