dca_interface
6.3.4
|
#include <ipr_classification_results.h>
Definition of the IprClassificationResults class.
The IprClassificationResults class is a collection of IprClassificationResult objects. An IPR classification returns this class if successful.
Definition at line 28 of file ipr_classification_results.h.
Public Member Functions | |
bool | isCategorized () const |
If the classification returned a result this function returns true. More... | |
DCA_SIZE_TYPE | size () const |
Returns the number of classification results. More... | |
IprClassificationResult | at (DCA_INDEX_TYPE index) const |
Returns the classification result with the given index. More... | |
IprClassificationResult | operator[] (DCA_INDEX_TYPE index) const |
Identical to the at() function but allows a more C++ style access. More... | |
bool dca_ipr::IprClassificationResults::isCategorized | ( | ) | const |
If the classification returned a result this function returns true.
DCA_SIZE_TYPE dca_ipr::IprClassificationResults::size | ( | ) | const |
Returns the number of classification results.
IprClassificationResult dca_ipr::IprClassificationResults::at | ( | DCA_INDEX_TYPE | index | ) | const |
Returns the classification result with the given index.
[in] | index | The index of the item to retrieve |
IprClassificationResult dca_ipr::IprClassificationResults::operator[] | ( | DCA_INDEX_TYPE | index | ) | const |
Identical to the at() function but allows a more C++ style access.
[in] | index | The index of the item to retrieve |