MCPcopy Create free account
hub / github.com/IENT/YUView / getHRDPlotModel

Method getHRDPlotModel

YUViewLib/src/parser/Parser.cpp:63–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63HRDPlotModel *Parser::getHRDPlotModel()
64{
65 if (this->redirectPlotModel == nullptr && !this->hrdPlotModel.isNull())
66 return this->hrdPlotModel.data();
67 else if (this->redirectPlotModel != nullptr)
68 return this->redirectPlotModel;
69 return {};
70}
71
72void Parser::setRedirectPlotModel(HRDPlotModel *plotModel)
73{

Callers 3

runParsingOfFileMethod · 0.80
parseAndAddNALUnitMethod · 0.80

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected