42 #ifndef _CRELEVANCELEVEL 43 #define _CRELEVANCELEVEL 44 #include "libMRML/include/uses-declarations.h" 47 #include "libMRML/include/TID.h" 64 double mRelevanceLevel;
80 double inRelevanceLevel);
95 bool input(istream& inStream);
102 bool output(ostream& outStream)
const;
125 double getRelevanceLevel()
const;
132 void setRelevanceLevel(
const double inRelevanceLevel);
139 void adjustRelevanceLevel(
const double inRelevanceLevel);
146 void divideRelevanceLevelBy(
const double inDivisor);
160 class CSortByURL_RL:
public binary_function<CRelevanceLevel,CRelevanceLevel,bool>{
CRelevanceLevel()
just used to be able to construct emtpy elements in which to copy (STL)
CRELEVANCELEVEL.
Definition: CRelevanceLevel.h:60
bool output(ostream &outStream) const
binary output
string getURL() const
Accessors.
bool input(istream &inStream)
binary input
bool outputHTML(ostream &outStream) const
output as HTML
sort CAccessorElements by their ID
Definition: CRelevanceLevel.h:160