#include <BCL.hpp>
Public Member Functions | |
BCLMetaSearchResult (const QDomElement &resultElement) | |
std::vector< BCLFacet > | facets () const |
unsigned | numResults () const |
std::vector< BCLTaxonomyTerm > | taxonomyTerms () const |
This gives information about a meta search result.
A meta search is used to determine the number and types of results of a search before performing a full search.
openstudio::BCLMetaSearchResult::BCLMetaSearchResult | ( | const QDomElement & | resultElement | ) |
std::vector<BCLFacet> openstudio::BCLMetaSearchResult::facets | ( | ) | const |
unsigned openstudio::BCLMetaSearchResult::numResults | ( | ) | const |
std::vector<BCLTaxonomyTerm> openstudio::BCLMetaSearchResult::taxonomyTerms | ( | ) | const |