HEVC Test Model (HM)
HM-16.18
|
The QP set from the log file was not contiguous. The QP set must be contiguous to be able to convert the results into a vector. More...
#include <ExtractBitrates.h>
Public Member Functions | |
virtual | ~NonContiguousQPSetException () throw ( ) |
Public Member Functions inherited from RuntimeError | |
RuntimeError () | |
virtual | ~RuntimeError () throw ( ) |
const char * | what () const throw ( ) |
Implementation of the std::exception::what method. More... | |
Protected Member Functions | |
void | outputWhat (std::ostream &o) const |
The QP set from the log file was not contiguous. The QP set must be contiguous to be able to convert the results into a vector.
Definition at line 55 of file ExtractBitrates.h.
|
inlinevirtual |
Definition at line 58 of file ExtractBitrates.h.
|
inlineprotectedvirtual |
The implementing class implements this method to customize the what output
o | The what stream is outputted to this parameter |
Implements RuntimeError.
Definition at line 61 of file ExtractBitrates.h.