HEVC Test Model (HM)
HM-16.18
|
#include <SEI.h>
Public Member Functions | |
SEIRegionalNesting () | |
~SEIRegionalNesting () | |
PayloadType | payloadType () const |
UInt | getNumRnSEIMessage () const |
UInt | getNumRectRegions () const |
UInt | getRNId () const |
Void | addRegion (RNSEIWindow *regn) |
Void | clearRegions () |
Void | addRegionalSEI (std::vector< UInt > listInd, SEI *sei) |
Void | addRegionalSEI (RegionalSEI *regSEI) |
const std::vector< std::pair < std::vector< UInt >, SEI * > > & | getRnSEIMessages () const |
const std::vector< RNSEIWindow > & | getRegions () const |
Public Member Functions inherited from SEI | |
SEI () | |
virtual | ~SEI () |
Private Attributes | |
UInt | m_rnId |
RNSEIWindowVec | m_regions |
std::vector< std::pair < std::vector< UInt >, SEI * > > | m_rnSeiMessages |
|
inline |
Void SEIRegionalNesting::addRegionalSEI | ( | RegionalSEI * | regSEI | ) |
|
inline |
|
inlinevirtual |
|
private |